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.
Synopsis
Declared in <ball_hierarchicalcategorysetting.h>
bool
operator!=(
HierarchicalCategorySetting const& lhs,
HierarchicalCategorySetting const& rhs);
Created with MrDocs