[#bsl-operator_eq-055] = xref:bsl.adoc[bsl]::operator== :relfileprefix: ../ :mrdocs: Return `true` if the specified `lhs` and `rhs` iterators refer to the same element in the same underlying sequence or both refer to the past‐the‐end element of the same sequence, and `false` otherwise. The behavior is undefined if `lhs` and `rhs` do not iterate over the same sequence. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:bsl/vector_UintPtrConversionIterator.adoc[vector_UintPtrConversionIterator] const& lhs, xref:bsl/vector_UintPtrConversionIterator.adoc[vector_UintPtrConversionIterator] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#