using System; public interface IComparable { int CompareTo(T other); }