BloombergLP::operator!=

Return true if the specified lhs and rhs attribute info objects do not have the same value, and false otherwise.

Synopsis

Declared in <bdlat_attributeinfo.h>

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

Description

Two attribute info objects do not have the same value if at least one of their respective properties is not identical.

Return Value

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

Parameters

NameDescription
lhsleft-hand attribute info operand
rhsright-hand attribute info operand