[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.op_Inequality

operator != Operator

operator !=(Table, Table)

Returns a bool. 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.
Declaration
public static bool operator !=(Table firstTable, Table secondTable)
Parameters
Type Name Description
Table firstTable
Table secondTable
Returns
Type Description
bool