BloombergLP::ball::operator==

Return true if the specified lhs and the specified rhs iterators have the same value and false otherwise. 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).

Synopsis

Declared in <ball_attributecontainerlist.h>

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