IODBLayerEquality Operator

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

See Also