[#BloombergLP-operator_eq-0a] = xref:BloombergLP.adoc[BloombergLP]::operator== :relfileprefix: ../ :mrdocs: 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. == Synopsis Declared in `<bdlat_attributeinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlat_AttributeInfo.adoc[bdlat_AttributeInfo] const& lhs, xref:BloombergLP/bdlat_AttributeInfo.adoc[bdlat_AttributeInfo] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#