Equals Method (2)
Equals (1 of 2)
Summary
Defines whether the specified object is equal to this instance.
Signature
| public bool Equals(TimeFrame other)
|
Parameters
Name | Type | Description |
other | TimeFrame | The other time frame object to compare with current instance |
Return Value
bool
Declaring Type
cAlgo.API.TimeFrame
Examples
Equals (2 of 2)
Summary
Defines whether the specified object is equal to this instance.
Signature
| public bool Equals(object obj)
|
Parameters
Name | Type | Description |
obj | object | The other object to compare with current instance |
Return Value
bool
Declaring Type
cAlgo.API.TimeFrame
Examples
Last update: March 23, 2023