BloombergLP::ball::operator==

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

Synopsis

Declared in <ball_defaultattributecontainer.h>

bool
operator==(
    DefaultAttributeContainer const& lhs,
    DefaultAttributeContainer const& rhs);

Description

Two DefaultAttributeContainer objects have the same value if they contain the same number of (unique) attributes, and every attribute that appears in one object also appears in the other.

Return Value

true if lhs and rhs have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand