CellValue.Equality(CellValue, CellValue) Operator
Compares two CellValue objects for equality.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.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 equal; otherwise, false. |
See Also