neq
infix fun Expression<EquatableValue>.neq(other: Expression<EquatableValue>): Expression<BooleanValue>(source)
Returns whether this expression is not equal to other.
fun neq(left: Expression<StringValue>, right: Expression<StringValue>, collator: Expression<CollatorValue>): Expression<BooleanValue>(source)
Returns whether the left string expression is not equal to the right string expression. An optional collator (see collator) can be specified to control locale-dependent string comparisons.