GridSize.Inequality
Operator in GridSize
Declaration
public static bool operator !=(GridSize lhs, GridSize rhs)Description
Determines if two grid sizes are not equal.
Parameters
| lhs | The first grid size to compare. |
| rhs | The second grid size to compare. |
Returns
| bool | True if the grid sizes are not equal, false otherwise. |