Return true if the specified iterators refer to the same underlying position, and false otherwise.
true
false
Declared in <bsltf_inputiterator.h>
<bsltf_inputiterator.h>
bool operator==( InputIterator<TYPE2> const&, InputIterator<TYPE2> const&);