[]
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 a range of cells to compare |
Type | Description |
---|---|
bool | Returns true if equal;otherwise, false. |