Return true if lhs and rhs have the same value.
Declared in <bslstl_unorderedmultimap.h>
bool
operator==(
unordered_multimap<KEY2, VALUE2, HASH2, EQUAL2, ALLOCATOR2> const& lhs,
unordered_multimap<KEY2, VALUE2, HASH2, EQUAL2, ALLOCATOR2> const& rhs);
true if the unordered multimaps compare equal
| Name | Description |
|---|---|
| lhs | left-hand unordered multimap to compare |
| rhs | right-hand unordered multimap to compare |