[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.Table.op_Inequality

operator != Operator

operator !=(Table, Table)

Determines whether two Table instances are not equal.

The first Table object for the comparison.The second Table object for the comparison.
Declaration
public static bool operator !=(Table firstTable, Table secondTable)
Parameters
Type Name Description
Table firstTable
Table secondTable
Returns
Type Description
bool

A bool value. true if the first Table object is not equal to the second Table object; otherwise, false.