ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / Table Class / Equality Operator
The first table for comparison.
The second table for comparison.

In This Topic
    Equality Operator (Table)
    In This Topic
    Returns a System.Boolean. This is true if the first Table is equal to the second Table; otherwise, false. The first table for comparison.The second table for comparison.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal firstTable As Table, _
       ByVal secondTable As Table _
    ) As Boolean
    public bool operator ==( 
       Table firstTable,
       Table secondTable
    )

    Parameters

    firstTable
    The first table for comparison.
    secondTable
    The second table for comparison.
    See Also