18 if (compareInfo ==
null)
33 return new CultureAwareComparer(compareInfo, options);
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method th...
static StringComparer GetStringComparer(this CompareInfo compareInfo, CompareOptions options)
Returns a T:System.StringComparer object based on the culture-sensitive string comparision rules of a...
static StringComparer Ordinal
Gets a T:System.StringComparer object that performs a case-sensitive ordinal string comparison.
Provides information about, and means to manipulate, the current environment and platform....
Implements a set of methods for culture-sensitive string comparisons.
Provides globalization-related extension methods.
The exception that is thrown when one of the arguments provided to a method is not valid.
static StringComparer OrdinalIgnoreCase
Gets a T:System.StringComparer object that performs a case-insensitive ordinal string comparison.
CompareOptions
Defines the string comparison options to use with T:System.Globalization.CompareInfo.
Represents a string comparison operation that uses specific case and culture-based or ordinal compari...