[#BloombergLP-balb-operator_not_eq-06f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` objects do not have the same values, as determined by `operator==`, and `false` otherwise. == Synopsis Declared in `<balb_testmessages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/balb/Choice1.adoc[Choice1] const& lhs, xref:BloombergLP/balb/Choice1.adoc[Choice1] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#