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

In This Topic
    Equality Operator (MySqlGuid)
    In This Topic
    Returns an indication whether the values of two specified MySqlGuid objects are 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 equal; otherwise, false.
    See Also