Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two Json objects lhs and rhs have the same value if they hold objects of the same type, and those objects have the same value.
true
lhs
rhs
false
Json
Declared in <bdljsn_json.h>
<bdljsn_json.h>
bool operator==( Json const& lhs, Json const& rhs);