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

Synopsis

Declared in <ball_attributecontainerlist.h>

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

Description

Two iterators have the same value if they refer to the same position in the same list, or if both iterators are at an invalid position in the list (i.e., the "end" of the list, or the default constructed 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