GridSize.Equality

Operator in GridSize

Declaration

public static bool operator ==(GridSize lhs, GridSize rhs)

Description

Determines if two grid sizes are equal.

Parameters

lhsThe first grid size to compare.
rhsThe second grid size to compare.

Returns

boolTrue if the grid sizes are equal, false otherwise.