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