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