ValueObject.Equals(Object) Method
Determines whether two objects are equal.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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