ICMPLayerInequality Operator

overrides the operator !=

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 are different

See Also