Skip to main content
Row

CellValue.Equality(CellValue, CellValue) Operator

Compares two CellValue objects for equality.

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

See Also