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

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

Parameters

left PointI
right PointI

Returns

bool