dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlText Class / Equals Method
The object to be compared.

In This Topic
    Equals Method (MySqlText)
    In This Topic
    Compares the specified object parameter to the MySqlText value.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to be compared.

    Return Value

    true if object is an instance of the MySqlText and has the same date and time; otherwise, false.
    See Also