UriJsonSource.Equals(Object) Method
Checks whether the current UriJsonSource instance is equal to the specified object.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.2.dll
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