BloombergLP::ball::operator!=

Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two ManagedAttributeSet objects do not have the same value if they do not have the same number of attributes or there is at least one attribute value that appears in one object, but not in the other.

Synopsis

Declared in <ball_managedattributeset.h>

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