neq

infix fun <T> KProperty<T>.neq(value: T): () -> Boolean(source)

Check if the value of the property does not equal the specified value.

Return

A lambda function that returns true if the condition is met, false otherwise.

Parameters

value

The value to compare against.