Comparer.Default Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.