CellIndex Operators
Stores the information on a cell location within the grid.| Name | Description |
|---|---|
| Equality(CellIndex, CellIndex) static | Compares two CellIndex objects. The result specifies whether these objects are equal. |
| Inequality(CellIndex, CellIndex) static | Returns whether two CellIndex objects are not equal. |
See Also