def __eq__(self, rhs):
        if rhs is None:
            return ProxyIs(self, rhs)

        return ProxyEqual(self, rhs)