[#bsl-operator_eq-0eb] = xref:bsl.adoc[bsl]::operator== :relfileprefix: ../ :mrdocs: Return `true` if the specified `lhs` and `rhs` vectors have the same value, and `false` otherwise. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:bsl/vector-00d.adoc[vector<void*>] const& lhs, xref:bsl/vector-00d.adoc[vector<void*>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#