[#BloombergLP-baljsn-operator_not_eq-094] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` attribute objects do not have the same value, and `false` otherwise. == Synopsis Declared in `<baljsn_convertfromjsonoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/baljsn/ConvertFromJsonOptions.adoc[ConvertFromJsonOptions] const& lhs, xref:BloombergLP/baljsn/ConvertFromJsonOptions.adoc[ConvertFromJsonOptions] const& rhs); ---- == Description Two attribute objects do not have the same value if any respective attribute do not have the same value. == Return Value `true` if the objects do not have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand‐side options object | *rhs* | right‐hand‐side options object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#