Method Equals
Equals(TimeIndex)
Determines whether two time indices are equal.
Declaration
public bool Equals(TimeIndex timeIndex)
Parameters
Type | Name | Description |
---|---|---|
TimeIndex | timeIndex | The time index to compare against the current time index. |
Returns
Type | Description |
---|---|
bool | True if the specified time index is equal to the current time index; otherwise, false. |