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