Return true if the specified lhs and the specified rhs iterators do not have the same value and false otherwise.
Synopsis
Declared in <ball_attributecontainerlist.h>
bool
operator!=(
AttributeContainerListIterator const& lhs,
AttributeContainerListIterator const& rhs);
Description
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.
Return Value
true if lhs and rhs do not have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs