PointF::Equals method (gdiplustypes.h)

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

Syntax

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

Parameters

[in] point

Type: const PointF&

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

Return value

Type: BOOL

If the PointF 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

PointF

PointF::operator+

PointF::operator-