IPolyClassisEqualsTol(Object, Double) Method

Compares two polygons.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool isEqualsTol(
	Object obj,
	double tolerance
)

Parameters

obj  Object
A second polygon to check it's equal.
tolerance  Double
Error level for testing the same point, it is recommended to use values around 0.005.

Return Value

Boolean
True if the two objects have the same database.

See Also