notEqual

fun notEqual(value: Int): QueryFilter


open fun notEqual(value: DataValue?): QueryFilter

Return QueryOperator.notEqual(this, value).

Return

QueryOperator.notEqual(this, value).

Parameters

value

(nullable) Value to be compared with the current value.