[]
Determines whether the range of cells is the same as another specified range of cells.
public override bool Equals(object item)
Public Overrides Function Equals(item As Object) As Boolean
Type | Name | Description |
---|---|---|
object | item | Object that contains the range of cells to compare |
Type | Description |
---|---|
bool |
Determines whether the range of cells is the same as another specified range of cells.
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
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 |
Type | Description |
---|---|
bool |