InternalErrorException Inequality Operator Cognex VisionPro 9.24
Compares the inequality of two InternalErrorException objects.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public static bool operator !=(
	InternalErrorException a,
	InternalErrorException b
)

Return Value

Type: Boolean
True if the specified object is not equal to the current object; otherwise, false.
See Also