StringComparer Properties
.NET Framework 4
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. |