[#BloombergLP-bsltf-operator_eq-0a5] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified iterators refer to the same element, and `false` otherwise. == Synopsis Declared in `<bsltf_testvaluesarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bsltf/TestValuesArrayIterator.adoc[TestValuesArrayIterator<OTHER_VALUE>] const& lhs, xref:BloombergLP/bsltf/TestValuesArrayIterator.adoc[TestValuesArrayIterator<OTHER_VALUE>] const& rhs); ---- == Return Value `true` if both iterators refer to the same element == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand iterator | *rhs* | right‐hand iterator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#