Table of Contents

Operator operator ==

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

operator ==(PointF, PointF)

Compares two PointF structures. The result specifies whether the values of the X and Y properties of the two PointF structures are 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 if the X and Y values of the first and second PointF structures are equal; otherwise, false.