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