value::operator== Operator
Compare two JSON values for equality.
_ASYNCRTIMP bool operator==(
const value& other
) const;
Parameters
- other
The JSON value to compare with.
Return Value
True iff the values are equal.
Requirements
Header: json.h
Namespace: web::json