Creates a NotEquals criterion: this <> value.
this <> value
NotEquals notEquals(Object? value, {bool? valueQuoted}) => NotEquals(this, value, secondFieldQuoted: valueQuoted ?? !(value is Field));