Equals Method (2)¶
Equals (1 of 2)¶
Summary¶
Returns True if two Ticks are equal otherwise False
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
other | Tick | The other tick to compare with current tick |
Return Value¶
bool
Declaring Type¶
Equals (2 of 2)¶
Summary¶
Returns True if two Ticks are equal otherwise False
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
obj | object | The other object to compare with current object |
Return Value¶
bool
Declaring Type¶
Last update: February 3, 2023