System.Collections.Generic.Comparer<T> Members

The members of System.Collections.Generic.Comparer<T> are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the Comparer`1 class.

Public Properties

[read-only]
static
DefaultComparer<T>.

Returns a default sort order comparer for the type specified by the generic argument.

Public Methods

abstract
Compare(T, T) : int
Documentation for this section has not yet been entered.
static
Create(Comparison<T>) : Comparer<T>
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IComparer.Compare

Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.