isNot

expect infix fun isNot(expression: Expression): Expression(source)

Create an IS NOT expression that evaluates whether or not the current expression is not equal to the given expression.

Return

an IS NOT expression.

Parameters

expression

the expression to compare with the current expression.

actual infix fun isNot(expression: Expression): Expression(source)
actual infix fun isNot(expression: Expression): Expression(source)