Skip to main content

XlAnchorPoint.Equals(XlAnchorPoint) Method

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Equals(
    XlAnchorPoint other
)

Parameters

Name Type Description
other XlAnchorPoint

An XlAnchorPoint instance to compare with the current object.

Returns

Type Description
Boolean

true if two objects are equal; otherwise, false.

See Also