Return true if the specified lhs and rhs iterators refer to the same element.
Synopsis
Declared in <bslalg_dequeiterator.h>
bool
operator==(
DequeIterator const& lhs,
DequeIterator const& rhs);
Created with MrDocs