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