isNot

expect 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 fun isNot(expression: Expression): Expression(source)
actual fun isNot(expression: Expression): Expression(source)