ActiveReports 13
Equality Operator (Table)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace > Table Class : Equality Operator
The first table for comparison.
The second table for comparison.
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

Reference

Table Class
Table Members