[#BloombergLP-operator_eq-06] = xref:BloombergLP.adoc[BloombergLP]::operator== :relfileprefix: ../ :mrdocs: 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. Two attribute info objects have the same value if each of their respective properties are identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/operator_eq-0a.adoc[operator==]( xref:BloombergLP/bdlat_AttributeInfo.adoc[bdlat_AttributeInfo] const& lhs, xref:BloombergLP/bdlat_AttributeInfo.adoc[bdlat_AttributeInfo] const& rhs); ---- [.small]#xref:BloombergLP/operator_eq-0a.adoc[_» 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/operator_eq-0f.adoc[operator==]( xref:BloombergLP/bdlat_EnumeratorInfo.adoc[bdlat_EnumeratorInfo] const& lhs, xref:BloombergLP/bdlat_EnumeratorInfo.adoc[bdlat_EnumeratorInfo] const& rhs); ---- [.small]#xref:BloombergLP/operator_eq-0f.adoc[_» 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/operator_eq-08.adoc[operator==]( xref:BloombergLP/bdlat_SelectionInfo.adoc[bdlat_SelectionInfo] const& lhs, xref:BloombergLP/bdlat_SelectionInfo.adoc[bdlat_SelectionInfo] const& rhs); ---- [.small]#xref:BloombergLP/operator_eq-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#