Point::Equals method (gdiplustypes.h)

The Point::Equals method determines whether two Point objects are equal. Two points are considered equal if they have the same X and Y data members.

Syntax

BOOL Equals(
  [in] const Point & point
);

Parameters

[in] point

Type: const Point&

Reference to a Point object that is compared to this Point object.

Return value

Type: BOOL

If the Point objects are equal, this method returns TRUE; otherwise, it returns FALSE.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplustypes.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Point

Point::operator+

Point::operator-

PointF