IPinInequality Operator

override the operator !=

Definition

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

Parameters

a  IPin
ICMPObject
b  IPin
ICMPObject

Return Value

Boolean
True if the components are different.

See Also