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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also