JsonValueEquals(JsonValue) Method
Indicates whether the current
JsonValue instance is equal to another one specified in the
other parameter.
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public bool Equals(
JsonValue other
)
Public Function Equals (
other As JsonValue
) As Boolean
public:
virtual bool Equals(
JsonValue other
) sealed
abstract Equals :
other : JsonValue -> bool
override Equals :
other : JsonValue -> bool
- other JsonValue
- A JsonValue instance to compare with this instance.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)