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 and Y properties of the two PointD objects are equal.

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

Parameters

left PointD
right PointD

Returns

bool