GridSize.Inequality

Operator in GridSize

Declaration

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

Description

Determines if two grid sizes are not equal.

Parameters

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

Returns

boolTrue if the grid sizes are not equal, false otherwise.