See Also: IComparer Members
This interface is used in conjunction with the Array.Sort(Array) and Array.BinarySearch(Array, object) methods. It provides a way to customize the sort order of a collection. See the IComparer.Compare(object, object) method for notes on parameters and return value.
The default implementation of this interface is the Comparer class. For the generic version of this interface, see IComparer`1.