IPolyClassEquality Operator

override the operator == to campair two IPolyClass

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool operator ==(
	IPolyClass a,
	IPolyClass b
)

Parameters

a  IPolyClass
IPolyClass
b  IPolyClass
IPolyClass

Return Value

Boolean
True if the two objects have the same database.

See Also