XlVariantValue.Equals(XlVariantValue) Method
Determines whether the specified object is equal to this XlVariantValue object.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | XlVariantValue | An XlVariantValue object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean | true if two objects are equal; otherwise, false. |
See Also