ToolTrackingCollection Contains Method (KeyValuePair String, ITool )Cognex VisionPro 9.10

Determines whether this dictionary contains the specified nameOrID.

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

public override bool Contains(
	KeyValuePair<string, ITool> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair String, ITool 

Return Value

Type: Boolean

True if this dictionary contains nameOrID, otherwise False.

See Also