dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlGuid Class / Inequality Operator
A MySqlGuid object.
A MySqlGuid object.

In This Topic
    Inequality Operator (MySqlGuid)
    In This Topic
    Returns an indication whether the values of two specified MySqlGuid objects are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal a As MySqlGuid, _
       ByVal b As MySqlGuid _
    ) As Boolean
    public bool operator !=( 
       MySqlGuid a,
       MySqlGuid b
    )

    Parameters

    a
    A MySqlGuid object.
    b
    A MySqlGuid object.

    Return Value

    True if a and b are different; otherwise, false.
    See Also