'Declaration
Public Function CompareTo( _ ByVal other As RichValue(Of T) _ ) As Integer
'Usage
Dim instance As RichValue(Of T) Dim other As RichValue(Of T) Dim value As Integer value = instance.CompareTo(other)
public int CompareTo( RichValue<T> other )
Parameters
- other