IPolyClassInequality Operator

override the operator !=

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 IPolyClass are different.

See Also