[#BloombergLP-bsltf-operator_eq-0f3] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified sentinel and iterator 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/TestValuesArraySentinel.adoc[TestValuesArraySentinel<OTHER_VALUE>] const& lhs, xref:BloombergLP/bsltf/TestValuesArrayIterator.adoc[TestValuesArrayIterator<OTHER_VALUE>] const& rhs); ---- == Return Value `true` if both refer to the same element == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | sentinel to compare | *rhs* | iterator to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#