Equality operators
Declared in <bdlat_attributeinfo.h>
Return true if the specified lhs and rhs attribute info objects have the same value, and false otherwise. Two attribute info objects have the same value if each of their respective properties are identical.
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. Two enumerator info objects have the same value if each of their respective properties are identical.
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. Two selection info objects have the same value if each of their respective properties are identical.
bool
operator==(
bdlat_SelectionInfo const& lhs,
bdlat_SelectionInfo const& rhs);
» more...