def NotEq(self, key, right): c = criteria_class.instance(Const.NotEq, key, right) self._push(c) return self