Return true if the specified lhs and the specified rhs iterators have the same value and false otherwise.
Declared in <ball_attributecontainerlist.h>
bool
operator==(
AttributeContainerListIterator const& lhs,
AttributeContainerListIterator const& rhs);
Two iterators have the same value if they refer to the same position in the same list, or if both iterators are at an invalid position in the list (i.e., the "end" of the list, or the default constructed value).
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |