[#BloombergLP-bdljsn-operator_not_eq-0b5] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::operator!= :relfileprefix: ../../ :mrdocs: Return `false` if the specified `lhs` and `rhs` objects have the same value, and `true` otherwise. Two `Json` objects `lhs` and `rhs` have the same value if they hold objects of the same type, and those objects have the same value. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdljsn/Json.adoc[Json] const& lhs, xref:BloombergLP/bdljsn/Json.adoc[Json] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#