Return true if the specified lhs and rhs do not have the same value.

Synopsis

Declared in <bdljsn_json.h>

bool
operator!=(
    Json const& lhs,
    JsonObject const& rhs);

Created with MrDocs