Return true if the specified lhs and rhs attribute info objects 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 have the same value if each of their respective properties are identical.
Return Value
true if lhs and rhs have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand attribute info operand |
rhs |
right‐hand attribute info operand |
Created with MrDocs