[]
Returns whether two CellReference are equals.
public static bool operator ==(CellReference cell1, CellReference cell2)
Public Shared Operator =(cell1 As CellReference, cell2 As CellReference) As Boolean
| Type | Name | Description |
|---|---|---|
| CellReference | cell1 | The fisrt CellReference value to compare. |
| CellReference | cell2 | The second CellReference value to compare. |
| Type | Description |
|---|---|
| bool |
|