Declaration
public abstract bool Equals(
JsonValue other
)
Summary
Determines whether this value is equal to the
other value. (See also remarks.)
Remarks
Two values are only considered equal if they are of the same type (e.g. a
JsonString is never
equal to a
JsonNumber even if they contain the same number). Lists are equal if they contain the
same values in the same order. Dictionaries are equal if they contain the same set of key/value pairs.