IPolyClassEquals Method

Compares two polygons.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
A second polygon to check it's equal.

Return Value

Boolean
True if the two objects have the same database.

See Also