notEquals method

Condition<EntityT> notEquals(
  1. bool p
)

Implementation

Condition<EntityT> notEquals(bool p) =>
    _IntegerCondition<EntityT, bool>(_ConditionOp.notEq, this, (p ? 1 : 0));