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

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

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

Return Value

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