StringComparer Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The StringComparer type exposes the following members.

Properties

  Name Description
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrentCulture Gets a StringComparer object that performs a case-sensitive string comparison using the word comparison rules of the current culture.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrentCultureIgnoreCase Gets a StringComparer object that performs case-insensitive string comparisons using the word comparison rules of the current culture.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 InvariantCulture Gets a StringComparer object that performs a case-sensitive string comparison using the word comparison rules of the invariant culture.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 InvariantCultureIgnoreCase Gets a StringComparer object that performs a case-insensitive string comparison using the word comparison rules of the invariant culture.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Ordinal Gets a StringComparer object that performs a case-sensitive ordinal string comparison.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 OrdinalIgnoreCase Gets a StringComparer object that performs a case-insensitive ordinal string comparison.

Top