Table of Contents

Operator operator !=

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

operator !=(PointI, PointI)

Compares two PointI objects. The result specifies whether the values of the X or Y properties of the two PointI objects are unequal.

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

Parameters

left PointI
right PointI

Returns

bool