BloombergLP::operator==

Equality operators

Synopses

Declared in <bdlat_attributeinfo.h>

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

bool
operator==(
    bdlat_AttributeInfo const& lhs,
    bdlat_AttributeInfo const& rhs);
» more...

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

bool
operator==(
    bdlat_EnumeratorInfo const& lhs,
    bdlat_EnumeratorInfo const& rhs);
» more...

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

bool
operator==(
    bdlat_SelectionInfo const& lhs,
    bdlat_SelectionInfo const& rhs);
» more...

Return Value

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

Parameters

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