Return true if the specified lhs and the specified rhs iterators do not have the same value and false otherwise.
Declared in <ball_attributecontainerlist.h>
bool
operator!=(
AttributeContainerListIterator const& lhs,
AttributeContainerListIterator const& rhs);
Two iterators do not have the same value if they differ in either the list to which they refer or the position in the list object.
true if lhs and rhs do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |