JsonValueEquality Operator

Determines whether two specified JsonValue instances have the same value.

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 equality check.
right  JsonValue
The right argument of the equality check.

Return Value

Boolean
The result of the equality check.

See Also