Determines whether two specified JsonValue instances have different values.
Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 2.0.1
Syntax
Parameters
- left
- Type: KGySoft.JsonJsonValue
The left argument of the inequality check. - right
- Type: KGySoft.JsonJsonValue
The right argument of the inequality check.
Return Value
Type: BooleanThe result of the inequality check.
See Also