public int Compare(
Object x,
Object y
)
Public Function Compare (
x As Object,
y As Object
) As Integer
public:
virtual int Compare(
Object^ x,
Object^ y
) sealed
abstract Compare :
x : Object *
y : Object -> int
override Compare :
x : Object *
y : Object -> int