[#BloombergLP-bdlc-operator_eq-098] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator== :relfileprefix: ../../ :mrdocs: Return true if the specified `a` and `b` are equal. Two `FlatHashTable_IteratorImp` objects are equal if they both refer to the same element of the underlying flat hash table, or are both not dereferenceable. The behavior is undefined unless `a` and `b` refer to the same `FlatHashTable`. == Synopsis Declared in `<bdlc_flathashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ENTRY> bool operator==( xref:BloombergLP/bdlc/FlatHashTable_IteratorImp.adoc[FlatHashTable_IteratorImp<ENTRY>] const& a, xref:BloombergLP/bdlc/FlatHashTable_IteratorImp.adoc[FlatHashTable_IteratorImp<ENTRY>] const& b); ---- == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bdlc/operator_eq-07.adoc[`operator==<>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#