dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlInet Structure / CompareTo Method / CompareTo(MySqlInet) Method

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

    Parameters

    value
    See Also