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 or Y properties of the two PointF objects are unequal.

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

Parameters

left PointF
right PointF

Returns

bool