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

In This Topic
    Inequality Operator (Table)
    In This Topic
    Returns a System.Boolean. This is true if the first Table is not 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