Table of Contents

Operator operator !=

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

operator !=(PointD, PointD)

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

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

Parameters

left PointD
right PointD

Returns

bool