Skip to main content
A newer version of this page is available. .

XlVariantValue.Equals(XlVariantValue) Method

Determines whether the specified object is equal to this XlVariantValue object.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool Equals(
    XlVariantValue value
)

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