[#BloombergLP-bdljsn-operator_not_eq-01ca] = 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 `JsonArray` objects `lhs` and `rhs` have the same value if they have the same number of elements, and each element in the ordered sequence of elements of `lhs` has the same value as the corresponding element in the ordered sequence of elements of `rhs`. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray] const& lhs, xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#