ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / Table Class / Equals Method / Equals(Object) Method
The object for comparison.

In This Topic
    Equals(Object) Method
    In This Topic
    Returns a System.Boolean. This is true if the specified Object is equal to the current Table; otherwise, false. The object for comparison.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object for comparison.
    See Also