Indicates whether the current JsonValue instance is equal to another one specified in the other parameter.
Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 2.0.1
Syntax
Parameters
- other
- Type: KGySoft.JsonJsonValue
A JsonValue instance to compare with this instance.
Return Value
Type: Booleanif the current object is equal to the other parameter; otherwise, .
Implements
IEquatableTEquals(T)See Also