SmartLineSegmentOperator Equality Operator Cognex VisionPro 9.22
Compares the equality of two SmartLineSegmentOperator objects.

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

public static bool operator ==(
	SmartLineSegmentOperator a,
	SmartLineSegmentOperator b
)

Return Value

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