CSize::operator ==

Syntax

BOOL operator ==( SIZE size ) const;

Parameters

size

A Windows SIZE structure.

Remarks

Checks for equality between two sizes.

Return Value

TRUE if the sizes are equal; otherwise FALSE.