Skip to main content
Row

CellValue.Equals(Object) Method

Determines whether two objects are equal.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

The CellValue object to compare with the current object.

Returns

Type Description
Boolean

true, if the specified object is equal to the current CellValue instance; otherwise, false.

See Also