Equals Method
Equals(Table)
Determines whether two Table instances are equal.
Declaration
public bool Equals(Table anotherTable)
Parameters
| Type |
Name |
Description |
| Table |
anotherTable |
The Table object to compare with the current Table instance.
|
Returns
| Type |
Description |
| bool |
A bool value. true if the specified Table object is equal to the current
Table instance; otherwise, false.
|
Implements
Equals(object)
Determines whether the specified object is equal to the current Table instance.
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
The object to compare with the current Table instance.
|
Returns
| Type |
Description |
| bool |
A bool value. true if the specified object is equal to the current
Table instance; otherwise, false.
|
Overrides