StringComparer Properties
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| 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:

