notEqual

open fun notEqual(value: LocalDate): Boolean

Compare this date value with another date value.

Return

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

Parameters

value

The other date value.