JsonValueEquals(JsonValue) Method

Indicates whether the current JsonValue instance is equal to another one specified in the other parameter.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public bool Equals(
	JsonValue other
)

Parameters

other  JsonValue
A JsonValue instance to compare with this instance.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also