Two zip_view objects have the same underlying sequence if and only if
the corresponding elements of views_ are equal ([concepts.equality])
and have the same underlying sequence.
In particular, comparison of iterators obtained from zip_view objects
that do not have the same underlying sequence
is not required to produce meaningful results ([iterator.concept.forward]).