Return true if the specified iterators refer to the same underlying position, and false otherwise.

Synopsis

Declared in <bsltf_inputiterator.h>

bool
operator==(
    InputIterator<TYPE2> const&,
    InputIterator<TYPE2> const&);

Created with MrDocs