dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlGuid Class / Equals Method
The object to compare with this instance.

In This Topic
    Equals Method (MySqlGuid)
    In This Topic
    Returns a value indicating whether this instance is equal to a specified object.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to compare with this instance.

    Return Value

    True if obj is a MySqlGuid that has the same value as this instance; otherwise, false.
    See Also