Return true if the specified lhs and rhs lists have the same value, and false otherwise.

Synopsis

Declared in <ball_attributecontainerlist.h>

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

Description

Two lists have the same value if they have the same number of attribute container addresses, and the address at each index position have the same value.

Return Value

true if lhs and rhs have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs