Table of Contents

Method Equals

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

Equals(Point, Point)

Determines whether two points are equal within the configured tolerance.

public bool Equals(Point a, Point b)

Parameters

a Point

First point.

b Point

Second point.

Returns

bool

true if equal within tolerance; otherwise, false.