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

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

    Parameters

    anotherTable
    The table for comparison.
    See Also