Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks for equality between two sizes.
BOOL operator ==(
SIZE size
) const throw( );
Remarks
Returns nonzero if the sizes are equal, otherwize 0.
Example
CSize sz1(135, 135);
CSize sz2(135, 135);
ASSERT(sz1 == sz2);
Requirements
Header: atltypes.h