Return true if the specified lhs and rhs objects have the same value, and false otherwise.
Declared in <bslstl_unorderedset.h>
bool
operator==(
unordered_set<KEY2, HASH2, EQUAL2, ALLOCATOR2> const& lhs,
unordered_set<KEY2, HASH2, EQUAL2, ALLOCATOR2> const& rhs);
true if equal, otherwise false
| Name | Description |
|---|---|
| lhs | left-hand-side unordered set |
| rhs | right-hand-side unordered set |