Comparer.Default Field

Definition

Represents an instance of Comparer that is associated with the CurrentCulture of the current thread. This field is read-only.

public: static initonly System::Collections::Comparer ^ Default;
public static readonly System.Collections.Comparer Default;
 staticval mutable Default : System.Collections.Comparer
Public Shared ReadOnly Default As Comparer 

Field Value

Remarks

Comparison procedures use the Thread.CurrentCulture of the current thread to determine the sort order and casing rules. String comparisons might have different results depending on the culture. For more information on culture-specific comparisons, see the System.Globalization namespace and Globalization and Localization.

Applies to

See also