A reproduction of the interface IComparable.
Lecture 8 - slide 15 : 37
Program 1
using System; public interface IComparable{ int CompareTo(
Object
other); }