dotConnect for SQL Server Documentation
Devart.Common Namespace / SelectColumn Class / Equals Method
A SelectColumn object to compare with.

In This Topic
    Equals Method (SelectColumn)
    In This Topic
    Determines whether two SelectColumn objects are identical.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    A SelectColumn object to compare with.

    Return Value

    true, if the given obj object equals to the current SelectColumn instance.
    See Also