[]
Checks if operands are not 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 not equals |