Compare(object, object) method

Visual Basic syntax

Public Function Compare (ByVal o1 As Object, ByVal o2 As Object) As Integer

C# syntax

public int Compare (object o1, object o2)