Return whether two hierarchical category settings have the same value.
Declared in <ball_hierarchicalcategorysetting.h>
bool
operator==(
HierarchicalCategorySetting const& lhs,
HierarchicalCategorySetting const& rhs);
Return true if the specified lhs and rhs hierarchical category settings have the same value, and false otherwise. Two such objects have the same value if they have the same category name prefix and threshold values.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |