SmartLineTrainData Inequality Operator Cognex VisionPro 9.21
Compares the inequality of two SmartLineTrainData objects.

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.21.0.0
Syntax

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

Return Value

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