ToolTrackingCollection Contains Method (ITool)Cognex VisionPro 9.22 SR1

Determine whether an item is in this collection.

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

public override bool Contains(
	ITool item
)

Parameters

item
Type: Cognex.Vision ITool
The item to search for in this collection.

Return Value

Type: Boolean

True if item is found in this collection, else false.

Implements

ICollection T  Contains(T)
See Also