ChartData.Equals(Object) Method
In This Article
Determines whether two objects are equal.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Object | The Chart |
#Returns
Type | Description |
---|---|
Boolean | true, if the specified object is equal to the current Chart |
See Also