value::operator!= Operator

Compare two JSON values for inequality.

bool operator!=(
   const value& other
) const;

Parameters

  • other
    The JSON value to compare with.

Return Value

True iff the values are unequal.

Requirements

Header: json.h

Namespace: web::json

See Also

Reference

value Class