ICMPLayerEquality Operator

Overrides the operrator ==.

Definition

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

Parameters

a  ICMPLayer
ICMPLayer
b  ICMPLayer
ICMPLayer

Return Value

Boolean
True if they have the same database.

See Also