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