Equals Method (2)¶
Equals (1 of 2)¶
Summary¶
Defines whether the specified object is equal to this instance.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
other | Bar | Other bar to compare current bar with it |
Return Value¶
bool
Declaring Type¶
Equals (2 of 2)¶
Summary¶
Defines whether the specified object is equal to this instance.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
obj | object | Other object to compare current object with it |
Return Value¶
bool
Declaring Type¶
Last update: July 1, 2022