ToolPinTrackingCollection Contains Method (KeyValuePair String, ToolPin )Cognex VisionPro 9.22 SR1

Determines whether this dictionary contains the specified nameOrID.

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

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

Parameters

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

Return Value

Type: Boolean

True if this dictionary contains nameOrID, otherwise False.

See Also