Equality operator

Synopsis

Declared in <nlohmann/json.hpp>

bool
operator==(const_reference rhs) const noexcept;

Return Value

true if the objects are equal, false otherwise

Parameters

Name

Description

rhs

The right operand

Created with MrDocs