Declaration
public bool Equals(
JsonSafeValue other
)
Summary
Determines whether the specified instance is equal to this one. (See remarks.)
Remarks
Two instances of
JsonSafeValue are considered equal if the underlying values are equal. See
JsonValue.Equals(JsonValue) for details.