BloombergLP::ball::operator==

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

Synopsis

Declared in <ball_managedattributeset.h>

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

Description

Two ManagedAttributeSet objects have the same value if they have the same number of attributes and every attribute value 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