ICMPObjectInequality Operator

override the operator !=

Definition

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

Parameters

a  ICMPObject
ICMPObject
b  ICMPObject
ICMPObject

Return Value

Boolean
True if the components are different.

See Also