dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlGuid Class / CompareTo Method / CompareTo(MySqlGuid) Method
A MySqlGuid object to compare to this instance.

In This Topic
    CompareTo(MySqlGuid) Method
    In This Topic
    Compares this instance to a specified MySqlGuid object and returns an indication of their relative values.
    Syntax
    'Declaration
     
    Public Overloads Function CompareTo( _
       ByVal obj As MySqlGuid _
    ) As Integer
    public int CompareTo( 
       MySqlGuid obj
    )

    Parameters

    obj
    A MySqlGuid object to compare to this instance.

    Return Value

    A signed number indicating the relative values of this instance and value.

    Value Description
    A negative integer This instance is less than value.
    Zero This instance is equal to value.
    A positive integer This instance is greater than value.
    See Also