notEqualTo abstract method
Returns a new expression which evaluates whether this expression is not
equal to the given expression.
Implementation
ExpressionInterface notEqualTo(ExpressionInterface expression);
Returns a new expression which evaluates whether this expression is not
equal to the given expression.
ExpressionInterface notEqualTo(ExpressionInterface expression);