'Declaration
Public Function Compare( _ ByVal x As System.Object, _ ByVal y As System.Object _ ) As System.Integer
'Usage
Dim instance As PropComparer Dim x As System.Object Dim y As System.Object Dim value As System.Integer value = instance.Compare(x, y)
Parameters
- x
- The property of object X.
- y
- The property of object Y.