BloombergLP::ball::operator==

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

Synopsis

Declared in <ball_ruleset.h>

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

Description

Two rule sets have the same value if every rule that exists in one rule set also exists 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