isNot
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.
Create an IS NOT expression that evaluates whether or not the current expression is not equal to the given expression.
an IS NOT expression.
the expression to compare with the current expression.