ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourLevel Class / CompareTo Method
An object to compare with this instance.

In This Topic
    CompareTo Method
    In This Topic
    Compares the current instance with another object of the same type 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 object.
    Syntax
    'Declaration
     
    Public Function CompareTo( _
       ByVal obj As System.Object _
    ) As System.Integer
    public System.int CompareTo( 
       System.object obj
    )

    Parameters

    obj
    An object to compare with this instance.

    Return Value

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