[#nlohmann-basic_json-00-operator_not_eq] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-00.adoc[basic_json]::operator!= :relfileprefix: ../../ :mrdocs: comparison: not equal == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=(xref:nlohmann/basic_json-00/const_reference.adoc[const_reference] rhs) const noexcept; ---- == Return Value `true` if the objects are not equal, `false` otherwise == Parameters [cols=2] |=== | Name | Description | *rhs* | The right operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#