Return whether two hierarchical category settings have the same value.
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 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.
Return Value
true if lhs and rhs have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs