equals
fun equals(right: TimeIntervalCollection? = 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 collection.
dataComparer
A function which compares the data of the two intervals. If omitted, reference equality is used.