bsl::operator==

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

Synopsis

Declared in <bslstl_unorderedset.h>

bool
operator==(
    unordered_set<KEY2, HASH2, EQUAL2, ALLOCATOR2> const&,
    unordered_set<KEY2, HASH2, EQUAL2, ALLOCATOR2> const&);