Skip to main content
Row

CellValue.Inequality(CellValue, CellValue) Operator

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

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

Parameters

Name Type Description
value CellValue

The first CellValue object to compare.

other CellValue

The second CellValue object to compare.

Returns

Type Description
Boolean

true, if two CellValue objects are not equal; otherwise, false.

See Also