[#BloombergLP-balcl-operator_not_eq-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the `type` of the specified `lhs` and `rhs` are not equal, and return `false` if they are not equal. Two `OptionValue_NullOf` objects are equal when their `type` attributes are note equal. == Synopsis Declared in `<balcl_optionvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/balcl/OptionValue_NullOf.adoc[OptionValue_NullOf] const& lhs, xref:BloombergLP/balcl/OptionValue_NullOf.adoc[OptionValue_NullOf] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#