[#BloombergLP-bdlc-operator_eq-0e8] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` iterators have the same value, and `false` otherwise. Two `CompactedArray_ConstIterator` iterators have the same value if they both have the default value, or neither has the default value and they reference the same location in the same array. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator==( xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] const& lhs, xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#