dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlInet Structure / Equals Method

In This Topic
    Equals Method (MySqlInet)
    In This Topic
    Returns a value indicating whether the 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
    See Also