'Declaration Public Function CompareTo( _ ByVal d As DateElement _ ) As Integer
'Usage Dim instance As DateElement Dim d As DateElement Dim value As Integer value = instance.CompareTo(d)
public int CompareTo( DateElement d )
Parameters
- d
- A DateElement with which the caller will be compared.
Return Value
-1 if the caller is less than d, 1 if the caller is greater than d, or 0 if caller and d are identical.