JsonObjectEquals Method
Determines whether the specified
Object is equal to this instance. This method performs a deep comparison.
Allows comparing also to
JsonValue instances with
Object Type.
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public override bool Equals(
Object? obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj Object
- The object to compare with this instance.
Boolean if the specified object is equal to this instance; otherwise,
.