[]
Checks if operands are equal.
public static bool operator ==(CellRange lcr, CellRange rcr)
Public Shared Operator =(lcr As CellRange, rcr As CellRange) As Boolean
| Type | Name | Description |
|---|---|---|
| CellRange | lcr | Left operand |
| CellRange | rcr | Right operand |
| Type | Description |
|---|---|
| bool | true if equals |