Signature
rationalEquals(a: RationalTime, b: RationalTime): booleanParameters
| Name | Type | Description |
|---|---|---|
| a | RationalTime | First rational time. |
| b | RationalTime | Second rational time. |
Returns
boolean
Whether both values resolve to the same second.
Checks whether two rational timeline times represent the same moment.
rationalEquals(a: RationalTime, b: RationalTime): boolean| Name | Type | Description |
|---|---|---|
| a | RationalTime | First rational time. |
| b | RationalTime | Second rational time. |
Whether both values resolve to the same second.