[#BloombergLP-bdlc-HashTableDefaultTraits-areEqual-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/HashTableDefaultTraits.adoc[HashTableDefaultTraits]::areEqual :relfileprefix: ../../../ :mrdocs: Return true if the specified `key1` and the specified `key2` are equal, and false otherwise. == Synopsis Declared in `<bdlc_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class KEY> static bool areEqual( KEY const& key1, KEY const& key2); ---- == Return Value `true` if `key1` and `key2` are equal, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *key1* | first key to compare | *key2* | second key to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#