Skip to main content
Row

ValueObject.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 ValueObject object to compare with the current object.

Returns

Type Description
Boolean

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

See Also