BOOL operator ==( POINT point ) const;
Return Value
Nonzero if the points are equal; otherwise 0.
Parameters
point
Contains a POINT structure or CPoint object.
Remarks
Checks for equality between two points.
CPoint Overview | Class Members | Hierarchy Chart
See Also CPoint::Operator !=