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>
Parameter | Description |
---|---|
T | The type of objects to compare. |
Methods
Method | Description |
---|---|
static get_Default() | Returns a default sort order comparer for the type specified by the generic argument. |
Typedefs
Typedef | Description |
---|---|
BaseType | Interface implemented. |
ThisType | Curent type. |
See Also
- Class IComparer
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++