notEqual

open fun notEqual(value: LocalTime): Boolean

Compare this time value with another time value.

Return

true if this time value is not equal to the value time value. Oherwise false.

Parameters

value

The other time value.