[]
Compares the current instance with other RichValue<T> object and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other RichValue<T> object.
public int CompareTo(RichValue<T> other)
Public Function CompareTo(other As RichValue(Of T)) As Integer
Type | Name | Description |
---|---|---|
RichValue<T> | other | A RichValue<T> object to compare with this instance. |
Type | Description |
---|---|
int | A value that indicates the relative order of the objects being compared. |