ComparerStatic |
Name | Description |
---|---|
![]() | Gets an instance of Comparer that is associated with the Thread.CurrentCulture of the current thread and that is always available. |
![]() | 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.