Skip to main content

ChartData.Inequality(ChartData, ChartData) Operator

Compares two ChartData objects to determine whether they are not equal.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static bool operator !=(ChartData value, ChartData other)

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 not equal; otherwise, false.

See Also