IPartiallyComparable Member Details


IPartiallyComparable Public Properties


IPartiallyComparable Public Methods
PartiallyCompareTo
Partially Compares the current instance with another object of the same type; Return: < -1 means This instance is less than obj; = -1 Means This instance is NOT COMPARABLE TO obj; = 0 means This instance is equal to obj; > 0 means This instance is greater than obj
Public Overridable Function PartiallyCompareTo(ByVal obj As Object) As Int32
Remarks:
Parameters:
ByVal obj As Object
Return Value:
Int32


IPartiallyComparable Public Events