'Usage Dim instance As DataPointComparer Dim x As Object Dim y As Object Dim value As Integer value = instance.Compare(x, y)
Parameters
- x
- The first DataPoint.
- y
- The second DataPoint.
Return Value
-1 if x is less than y, 1 if x is greater than y, 0 if they are equal or either is null.