The properties of System.StringComparer are listed below. For a list of all members, see the StringComparer Members list.
See Also: Inherited members from System.Object
[read-only] static | CurrentCulture | StringComparer.
![]() Gets a StringComparer object that performs a case-sensitive string comparison using the word comparison rules of the current culture. |
[read-only] static | CurrentCultureIgnoreCase | StringComparer.
![]() Gets a StringComparer object that performs case-insensitive string comparisons using the word comparison rules of the current culture. |
[read-only] static | InvariantCulture | StringComparer.
![]() Gets a StringComparer object that performs a case-sensitive string comparison using the word comparison rules of the invariant culture. |
[read-only] static | InvariantCultureIgnoreCase | StringComparer.
![]() Gets a StringComparer object that performs a case-insensitive string comparison using the word comparison rules of the invariant culture. |
[read-only] static | Ordinal | StringComparer.
![]() Gets a StringComparer object that performs a case-sensitive ordinal string comparison. |
[read-only] static | OrdinalIgnoreCase | StringComparer.
![]() Gets a StringComparer object that performs a case-insensitive ordinal string comparison. |