Click or drag to resize

DelegateComparerT Class

Inheritance Hierarchy
SystemObject
  TomsToolbox.EssentialsDelegateComparerT

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public class DelegateComparer<T> : IComparer<T>

Type Parameters

T
The type of objects to compare.

The DelegateComparerT type exposes the following members.

Constructors
  NameDescription
Public methodDelegateComparerT
Initializes a new instance of the DelegateComparerT class.
Top
Methods
  NameDescription
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Top
Extension Methods
See Also