Determines if two PointFs refer to the same location.
Syntax

[C#]

static bool operator == (PointF left, PointF right);

[Visual Basic]

Shared Function Operator == (left As PointF, right As PointF) As Boolean
Params
Name Description
left One point.
right The other point.
return True if they are equal.
Notes

None.

Example

None.