IODBLayerInequality Operator

Overrides the != operator.

Definition

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

Parameters

a  IODBLayer
IODBLayer
b  IODBLayer
IODBLayer

Return Value

Boolean
True if the two layer are different.

See Also