notEquals method

Condition notEquals (
  1. int p
)

Implementation

Condition notEquals(int p) {
  return _op(p, ConditionOp.notEq);
}