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