Table of Contents

Operator operator ==

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator ==(PointF, PointF)

Compares two PointF objects. The result specifies whether the values of the X and Y properties of the two PointF objects are equal.

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

Parameters

left PointF
right PointF

Returns

bool