[#BloombergLP-bdlc-operator_eq-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/operator_eq-098.adoc[operator==]<> :relfileprefix: ../../ :mrdocs: Return whether the iterators refer to the same position. == Synopsis Declared in `<bdlc_flathashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> bool xref:BloombergLP/bdlc/operator_eq-098.adoc[operator==]<>( xref:BloombergLP/bdlc/FlatHashTable_IteratorImp.adoc[FlatHashTable_IteratorImp] const& a, xref:BloombergLP/bdlc/FlatHashTable_IteratorImp.adoc[FlatHashTable_IteratorImp] const& b); ---- == Return Value `true` if the iterators refer to the same position, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *a* | first iterator to compare | *b* | second iterator to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#