Table of Contents

Operator operator !=

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator !=(Size, Size)

Inequality Operator

public static bool operator !=(Size sz1, Size sz2)

Parameters

sz1 Size
sz2 Size

Returns

bool

Remarks

Compares two Size objects. The return value is based on the equivalence of the Width and Height properties of the two Sizes.