Skip to main content

XlCellPosition.Equals(XlCellPosition) Method

Determines whether the specified object is equal to this XlCellPosition instance.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Equals(
    XlCellPosition other
)

Parameters

Name Type Description
other XlCellPosition

An XlCellPosition instance to compare with the current object.

Returns

Type Description
Boolean

true if two objects are equal; otherwise, false.

See Also