Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Equals(JsonSafeValue)

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.