StringComparer Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The StringComparer type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrentCulture | Gets a StringComparer object that performs a case-sensitive string comparison using the word comparison rules of the current culture. |
|
CurrentCultureIgnoreCase | Gets a StringComparer object that performs case-insensitive string comparisons using the word comparison rules of the current culture. |
|
InvariantCulture | Gets a StringComparer object that performs a case-sensitive string comparison using the word comparison rules of the invariant culture. |
|
InvariantCultureIgnoreCase | Gets a StringComparer object that performs a case-insensitive string comparison using the word comparison rules of the invariant culture. |
|
Ordinal | Gets a StringComparer object that performs a case-sensitive ordinal string comparison. |
|
OrdinalIgnoreCase | Gets a StringComparer object that performs a case-insensitive ordinal string comparison. |
Show: