Function

rationalEquals

Checks whether two rational timeline times represent the same moment.

Signature

Type Definition
rationalEquals(a: RationalTime, b: RationalTime): boolean

Parameters

NameTypeDescription
aRationalTimeFirst rational time.
bRationalTimeSecond rational time.

Returns

boolean

Whether both values resolve to the same second.