Condition<EntityT> equals(String p, {bool? caseSensitive}) => _op(p, _ConditionOp.eq, caseSensitive: caseSensitive);