JsonValueInequality Operator

Determines whether two specified JsonValue instances have different values.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public static bool operator !=(
	JsonValue left,
	JsonValue right
)

Parameters

left  JsonValue
The left argument of the inequality check.
right  JsonValue
The right argument of the inequality check.

Return Value

Boolean
The result of the inequality check.

See Also