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.
BOOLoperator==(SIZEsize**)const;**
Remarks
Checks for equality between two sizes. Returns nonzero if the sizes are equal, otherwize 0.
Example
CSize sz1(135, 135);
CSize sz2(135, 135);
ASSERT(sz1 == sz2);
CSize Overview | Class Members | Hierarchy Chart
See Also CSize::operator !=