[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.RichValue-1.CompareTo

CompareTo Method

CompareTo(RichValue<T>)

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.

Declaration
public int CompareTo(RichValue<T> other)
Public Function CompareTo(other As RichValue(Of T)) As Integer
Parameters
Type Name Description
RichValue<T> other

A RichValue<T> object to compare with this instance.

Returns
Type Description
int

A value that indicates the relative order of the objects being compared.

Implements