[#BloombergLP-operator_not_eq-06] = xref:BloombergLP.adoc[BloombergLP]::operator!= :relfileprefix: ../ :mrdocs: Inequality operators == Synopses Declared in `<bdlat_attributeinfo.h>` Return `true` if the specified `lhs` and `rhs` attribute info objects do not have the same value, and `false` otherwise. Two attribute info objects do not have the same value if at least one of their respective properties is not identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/operator_not_eq-09.adoc[operator!=]( xref:BloombergLP/bdlat_AttributeInfo.adoc[bdlat_AttributeInfo] const& lhs, xref:BloombergLP/bdlat_AttributeInfo.adoc[bdlat_AttributeInfo] const& rhs); ---- [.small]#xref:BloombergLP/operator_not_eq-09.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` enumerator info objects do not have the same value, and `false` otherwise. Two enumerator info objects do not have the same value if at least one of their respective properties is not identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/operator_not_eq-05.adoc[operator!=]( xref:BloombergLP/bdlat_EnumeratorInfo.adoc[bdlat_EnumeratorInfo] const& lhs, xref:BloombergLP/bdlat_EnumeratorInfo.adoc[bdlat_EnumeratorInfo] const& rhs); ---- [.small]#xref:BloombergLP/operator_not_eq-05.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` selection info objects do not have the same value, and `false` otherwise. Two selection info objects do not have the same value if at least one of their respective properties is not identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/operator_not_eq-0e.adoc[operator!=]( xref:BloombergLP/bdlat_SelectionInfo.adoc[bdlat_SelectionInfo] const& lhs, xref:BloombergLP/bdlat_SelectionInfo.adoc[bdlat_SelectionInfo] const& rhs); ---- [.small]#xref:BloombergLP/operator_not_eq-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#