Return true if the specified lhs and rhs lists do not have the same value, and false otherwise.
Synopsis
Declared in <ball_attributecontainerlist.h>
bool
operator!=(
AttributeContainerList const& lhs,
AttributeContainerList const& rhs);
Description
Two lists do not have the same value if have differing numbers of attribute container addresses or any of the addresses at corresponding indices have different values.
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