This documentation is archived and is not being maintained.
StringComparer Properties
Visual Studio 2010
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: