Click or drag to resize

PointIsEqualTo Method

Compares this point for equality with the specified point and tolerance.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
bool IsEqualTo(
	Point point,
	double tolerance = 1E-07
)

Parameters

point  Point
The point to compare with.
tolerance  Double  (Optional)
The tolerance for comparison. Default is DoubleCompareTolerance (1E-07).

Return Value

Boolean
true if the points are equal within tolerance, or false otherwise.
See Also