equals

open operator override fun equals(other: Any?): Boolean

Compare this dayTimeDuration value with another dayTimeDuration value.

Return

True, if this dayTimeDuration value is equal to the value dayTimeDuration value. Otherwise false.

Parameters

other

(nullable) The other dayTimeDuration value.