[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.CellRange.Equals

Equals Method

Equals(object)

Determines whether the range of cells is the same as another specified range of cells.

Declaration
public override bool Equals(object item)
Public Overrides Function Equals(item As Object) As Boolean
Parameters
Type Name Description
object item

Object that contains the range of cells to compare

Returns
Type Description
bool
Overrides

Equals(int, int, int, int)

Determines whether the range of cells is the same as another specified range of cells.

Declaration
public bool Equals(int row, int column, int rowCount, int columnCount)
Public Function Equals(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Boolean
Parameters
Type Name Description
int row

Row index of first cell in the range

int column

Column index of first cell in the range

int rowCount

Number of rows in the range

int columnCount

Number of columns in the range

Returns
Type Description
bool