Return whether two hierarchical category settings have different values.
Declared in <ball_hierarchicalcategorysetting.h>
bool
operator!=(
HierarchicalCategorySetting const& lhs,
HierarchicalCategorySetting const& rhs);
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.
true if lhs and rhs do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |