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
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
Overrides