Back to Devexpress

ChartData.Equals(Object) Method

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartdata-dot-equals-x28-system-dot-object-x29.md

latest1.5 KB
Original Source

ChartData.Equals(Object) Method

Determines whether two objects are equal.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public override bool Equals(
    object obj
)
vb
Public Overrides Function Equals(
    obj As Object
) As Boolean

Parameters

NameTypeDescription
objObject

The ChartData object to compare with the current object.

|

Returns

TypeDescription
Boolean

true , if the specified object is equal to the current ChartData instance; otherwise, false.

|

See Also

ChartData Class

ChartData Members

DevExpress.Spreadsheet.Charts Namespace