CSize Operators

Operator Description
operator == Checks for equality between CSize and a size.
operator != Checks for inequality between CSize and a size.
operator += Adds a size to CSize.
operator = Subtracts a size from CSize.

Operators That Return CSize Values

Operator Description
operator + Adds two sizes.
operator Subtracts two sizes.