CellValue.Inequality(CellValue, CellValue) Operator
Compares two CellValue objects to determine whether they are not equal.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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