def __eq__(self, other):
    return isinstance(other, self.__class__) and self.operator == other.operator \
        and self.op == other.op and self.index == other.index