equals

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

Compare this time value with another time value.

Return

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

Parameters

other

(nullable) The other time value.