ChartData.Equality(ChartData, ChartData) Operator
Compares two ChartData objects for equality.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | ChartData | The first ChartData object to compare. |
| other | ChartData | The second ChartData object to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if two ChartData objects are equal; otherwise, false. |
See Also