[#BloombergLP-balcl-operator_not_eq-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` do not have the same value, and `false` otherwise. Two `OptionInfo` object do not have the same value if they do not have the same tag strings, or the same names, or the same descriptions, or the same type information, or the same occurrence information. == Synopsis Declared in `<balcl_optioninfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/balcl/OptionInfo.adoc[OptionInfo] const& lhs, xref:BloombergLP/balcl/OptionInfo.adoc[OptionInfo] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#