Click or drag to resize

AnchorCellEquals Method

Indicates whether the specified AnchorCell equivalent to the current AnchorCell.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.3.5
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
AnchorCell type object.

Return Value

Boolean
true if the specified AnchorCell is equal to the current AnchorCell; otherwise, false.
See Also