CPoint::operator !=

BOOL operator !=( POINT point ) const;

Return Value

Nonzero if the points are not equal; otherwise 0.

Parameters

point

Contains a POINT structure or CPoint object.

Remarks

Checks for inequality between two points.

CPoint OverviewClass MembersHierarchy Chart

See Also   CPoint::Operator ==