def __ne__(self, rhs):
        if rhs is None:
            return ProxyIsNot(self, rhs)

        return ProxyNotEqual(self, rhs)