The members of System.Collections.Generic.Comparer<T> are listed below.
See Also: Inherited members from System.Object
Comparer() |
Initializes a new instance of the Comparer`1 class. |
[read-only] static | Default | Comparer<T>.
Returns a default sort order comparer for the type specified by the generic argument. |
abstract | Compare(T, T)Documentation for this section has not yet been entered. | |
static | Create(Comparison<T>)Documentation for this section has not yet been entered. |
IComparer.Compare |
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. |