Table of Contents

Operator operator ==

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

operator ==(Point, Point)

Determines whether two points have the same coordinates.

public static bool operator ==(Point a, Point b)

Parameters

a Point
b Point

Returns

bool