Click or drag to resize

PointIsEqualTo Method

Compares this point for equality with the specified point.

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

Parameters

point  Point
Input Point object that specifies the coordinates to compare.
tolerance  Double  (Optional)
Input Double that specifies the tolerance to be used when determining whether the points are equal. This is an optional argument whose default value is 1E-07.

Return Value

Boolean
True if two points are equal, or False otherwise.
See Also