[#BloombergLP-bsltf-operator_eq-03ee] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and the specified `rhs` refer to the same element, and `false` otherwise. The behavior is undefined unless `lhs` and `rhs` are comparable. == Synopsis Declared in `<bsltf_testvaluesarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class VALUE> bool operator==( xref:BloombergLP/bsltf/TestValuesArraySentinel.adoc[TestValuesArraySentinel<VALUE>] const& lhs, xref:BloombergLP/bsltf/TestValuesArrayIterator.adoc[TestValuesArrayIterator<VALUE>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#