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