Table of Contents

Operator operator !=

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator !=(Rect, Rect)

Inequality Operator

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

Parameters

left Rect
right Rect

Returns

bool

Remarks

Compares two Rectangle objects. The return value is based on the equivalence of the Location and Size properties of the two Rectangles.