Table of Contents

Operator operator !=

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator !=(Point, Point)

Inequality Operator

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

Parameters

left Point
right Point

Returns

bool

Remarks

Compares two Point objects. The return value is based on the equivalence of the X and Y properties of the two points.