notEquals method

Condition<EntityT> notEquals(
  1. int p
)

Implementation

Condition<EntityT> notEquals(int p) => _op(p, _ConditionOp.notEq);