bsl::operator==

Return true if lhs and rhs have the same value.

Synopsis

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);

Return Value

true if the unordered multimaps compare equal

Parameters

NameDescription
lhsleft-hand unordered multimap to compare
rhsright-hand unordered multimap to compare