|
IPartialComparer Public Methods
|
PartialCompare
|
|
Compares two objects and returns a value indicating whether one is less than, equal to or greater than, or incomparable with the other; see IPartiallyComparable.CompareTo for Return Values |
Public Overridable Function PartialCompare(ByVal x As Object, ByVal y As Object) As Int32
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
x
As
Object
ByVal
y
As
Object
|
Return Value:
|
|
Int32 |
|
|
|
|
|