equals
fun equals(right: TimeInterval? = definedExternally, dataComparer: DataComparer? = definedExternally): Boolean(source)
Compares this instance against the provided instance componentwise and returns true
if they are equal, false
otherwise.
Return
true
if they are equal, false
otherwise.
Parameters
right
The right hand side interval.
dataComparer
A function which compares the data of the two intervals. If omitted, reference equality is used.