ToolPinCollection Inequality Operator Cognex VisionPro 9.22 SR1
Compares the inequality of two ToolPinCollection objects.

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

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

Return Value

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