[#bsl-vector_UintPtrConversionIterator-operator_eq] = xref:bsl.adoc[bsl]::xref:bsl/vector_UintPtrConversionIterator.adoc[vector_UintPtrConversionIterator]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if this iterator compares equal to the specified `rhs` sentinel, and `false` otherwise. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==(auto rhs) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#