John works as a Software Developer for Blue Well Inc. He wants to create a class named Class1 and implements the generic IComparable interface. He writes the following code:
public class Class1 : System.IComparable
{
}
However, John needs to compare one object of Class1 with another object. Which of the following code statement will John include in his application?
Submit