Return true if the specified trees have the same value.
Declared in <ball_categorymanager_radixtree.h>
bool
operator==(
CategoryManager_RadixTree<t_TYPE> const& lhs,
CategoryManager_RadixTree<t_TYPE> const& rhs);
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |