Return true if the specified lhs and rhs lists do not have the same value, and false otherwise. 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.

Synopsis

Declared in <ball_attributecontainerlist.h>

bool
operator!=(
    AttributeContainerList const& lhs,
    AttributeContainerList const& rhs);

Created with MrDocs