Return true if the specified lhs and rhs arguments have the same value, and false otherwise. Two arguments have the same value if the Json object has the same value as a Json object constructed from the other argument.
true
lhs
rhs
false
Json
Declared in <bdljsn_json.h>
<bdljsn_json.h>
bool operator==( JsonArray const& lhs, Json const& rhs);