[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.Equals

Equals Method

Equals(Table)

Returns a bool. This is true if the specified Table is equal to the current Table; otherwise, false.

The table for comparison.
Declaration
public bool Equals(Table anotherTable)
Parameters
Type Name Description
Table anotherTable
Returns
Type Description
bool
Implements

Equals(object)

Returns a bool. This is true if the specified Object is equal to the current Table; otherwise, false.

The object for comparison.
Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides