System.Collections.Generic.IComparer<T> public interface IComparer<T> Documentation Code namespace System.Collections.Generic { public interface IComparer<in T> { int Compare(T x, T y); } }