CustomJsonSource.Equals(Object) Method
Checks if the current CustomJsonSource instance is equal to the specified object.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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