ComparisonMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the way that values are compared in search filters.
public enum class ComparisonMode
public enum ComparisonMode
Public Enum ComparisonMode
- Inheritance
-
ComparisonMode
Fields
Name | Value | Description |
---|---|---|
Exact | 0 | The comparison is exact. |
IgnoreCase | 1 | The comparison ignores casing. |
IgnoreNonSpacingCharacters | 2 | The comparison ignores spacing characters. |
IgnoreCaseAndNonSpacingCharacters | 3 | The comparison ignores casing and spacing characters. |