[#BloombergLP-bslalg-operator_eq-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` iterator points to the same element in the same block as the specified `rhs` iterator, and `false` otherwise. The behavior is undefined unless `lhs` and `rhs` are iterators over the same deque. Note that this friend is a regular functon, not a function template, so there is no way to declare it outside the class in order to provide the definition. == Synopsis Declared in `<bslalg_dequeiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bslalg/DequeIterator-0d.adoc[DequeIterator] const& lhs, xref:BloombergLP/bslalg/DequeIterator-0d.adoc[DequeIterator] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#