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