[#nlohmann-basic_json-0c-operator_eq-00] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-0c.adoc[basic_json]::operator== :relfileprefix: ../../ :mrdocs: comparison: equal == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==(xref:nlohmann/basic_json-0c/const_reference.adoc[const_reference] rhs) const noexcept; ---- == Return Value whether this value is equal to _rhs_ == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | value to compare this value to |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#