System.IComparable<T> public interface IComparable<T> Documentation Code namespace System { public interface IComparable<in T> { int CompareTo(T other); } }