ComparerStatic

ComparerStatic


Provides static functions to access the default comparer.


Public:

Properties:

NameDescription
 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.  

Remarks

To access the default comparer through the ComparerStatic class use the Comparer namespace.

 Set Comparer = Comparer.Default
 
This will return the default system comparer.

See Also

Project CorLib Overview

Class ComparerStatic Overview

Comparer

Constructors