value::operator!= 运算符

比较两个 JSON 值是否不相等。

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

参数

  • other
    要比较的 JSON 值。

返回值

如果值不相等,则为 true。

要求

**标头:**json.h

**命名空间:**web::json

请参见

参考

value 类