def no_index_eq(self, other):
    return isinstance(other, self.__class__) and self.where == other.where