BloombergLP::bdlc::HashTableDefaultTraits::areEqual

Return true if the specified key1 and the specified key2 are equal, and false otherwise.

Synopsis

Declared in <bdlc_hashtable.h>

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

NameDescription
key1first key to compare
key2second key to compare