BloombergLP::ball::operator!=

Return whether two hierarchical category settings have different values.

Synopsis

Declared in <ball_hierarchicalcategorysetting.h>

bool
operator!=(
    HierarchicalCategorySetting const& lhs,
    HierarchicalCategorySetting const& rhs);

Description

Return true if the specified lhs and rhs hierarchical category settings do not have the same value, and false otherwise. Two such objects differ in value if their category name prefix or threshold values differ.

Return Value

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

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand