Table of Contents

Operator operator !=

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

operator !=(PointF, PointF)

Determines whether the coordinates of the specified points are not equal.

public static bool operator !=(PointF point1, PointF point2)

Parameters

point1 PointF

A first PointF to compare.

point2 PointF

A second PointF to compare.

Returns

bool

True to indicate the X and Y values of point1 and point2 are not equal; otherwise, false.