Return true if the specified lhs and rhs lists have the same value, and false otherwise.
Declared in <ball_attributecontainerlist.h>
bool
operator==(
AttributeContainerList const& lhs,
AttributeContainerList const& rhs);
Two lists have the same value if they have the same number of attribute container addresses, and the address at each index position have the same value.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |