JsonPropertyEquality Operator

Determines whether two specified JsonProperty 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 ==(
	JsonProperty left,
	JsonProperty right
)

Parameters

left  JsonProperty
The left argument of the equality check.
right  JsonProperty
The right argument of the equality check.

Return Value

Boolean
The result of the equality check.

See Also