notEqual

open fun notEqual(value: DayTimeDuration): Boolean

Compare this dayTimeDuration value with another dayTimeDuration value.

Return

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

Parameters

value

The other dayTimeDuration value.