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