ComparerStatic |
Name | Description |
---|---|
Default (get) | Gets an instance of Comparer that is associated with the Thread.CurrentCulture of the current thread and that is always available. |
DefaultInvariant (get) | Represents an instance of Comparer that is associated with CultureInfo.InvariantCulture. |
To access the default comparer through the ComparerStatic class use the Comparer namespace.
Set Comparer = Comparer.DefaultThis will return the default system comparer.