MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / Table Class / Inequality Operator
The first Table object for the comparison.
The second Table object for the comparison.

In This Topic
Inequality Operator (Table)
In This Topic
Determines whether two Table instances are not equal. The first Table object for the comparison. The second Table object for the comparison.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal firstTable As Table, _
   ByVal secondTable As Table _
) As Boolean
 

Parameters

firstTable
The first Table object for the comparison.
secondTable
The second Table object for the comparison.

Return Value

A System.Boolean value. true if the first Table object is not equal to the second Table object; otherwise, false.
See Also