bsl::operator==

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

Synopsis

Declared in <bslstl_unorderedmultiset.h>

bool
operator==(
    unordered_multiset<KEY2, HASH2, EQUAL2, ALLOCATOR2> const& lhs,
    unordered_multiset<KEY2, HASH2, EQUAL2, ALLOCATOR2> const& rhs);

Return Value

true if equal, otherwise false

Parameters

NameDescription
lhsleft-hand-side unordered multiset to compare
rhsright-hand-side unordered multiset to compare