isEquivalent

open infix fun isEquivalent(other: Measure<*>): Boolean

Checks if this measure is equivalent to another measure of the same unit.

Return

true if this measure is equivalent, false otherwise

Parameters

other

the measure to compare to