CPoint::operator ==

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 OverviewClass MembersHierarchy Chart

See Also   CPoint::Operator !=