SmartLineTrainData Equality Operator Cognex VisionPro 9.21
Compares the equality 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 equal to the current object; otherwise, false.
See Also