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