System::Collections::Generic::Comparer class

Comparer class

Provides a base class for implementations of the System.Collections.Generic.IComparer generic interface.

template<class T>class Comparer : public System::Collections::Generic::IComparer<T>
ParameterDescription
TThe type of objects to compare.

Methods

MethodDescription
static get_Default()Returns a default sort order comparer for the type specified by the generic argument.

Typedefs

TypedefDescription
BaseTypeInterface implemented.
ThisTypeCurent type.

See Also