Size.Inequality

Operator in Size

Declaration

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

Description

Determines if two sizes are not equal.

Parameters

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

Returns

boolTrue if the sizes are not equal, false otherwise.