[#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. [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. [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. [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..._]# == Return Value `true` if `lhs` and `rhs` have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand attribute info operand | *rhs* | right‐hand attribute info operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#