 | PointIsEqualTo Method |
Compares this point for equality with the specified point.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxbool IsEqualTo(
Point point,
double tolerance = 1E-07
)
Function IsEqualTo (
point As Point,
Optional tolerance As Double = 1E-07
) As Boolean
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
BooleanTrue if two points are equal, or
False otherwise.
See Also