DashboardPaletteItem.Equals(DashboardPaletteItem) Method
Determines whether the specified DashboardPaletteItem instance is equal to the current instance.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| other | DashboardPaletteItem | The DashboardPaletteItem instance to compare with the current instance. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also