IPinEquality Operator

override the operator == to campair two components

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 two objects have the same database.

See Also