JsonNode.Equals(Object) Method
Checks whether the current JsonNode instance is equal to the specified object.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | An object to be compared. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the objects are equal; otherwise, false. |
See Also