[#BloombergLP-operator_not_eq-09] = xref:BloombergLP.adoc[BloombergLP]::operator!= :relfileprefix: ../ :mrdocs: 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. == 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]#