CogSerializableDictionaryBase TKey, TValue  Contains Method Cognex VisionPro 9.8 SR1
Returns true if the key of the supplied item is found in this dictionary, otherwise returns false.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public bool Contains(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair TKey, TValue 
Search for a key matching the key in this key value pair.

Return Value

Type: Boolean

Implements

ICollection T  Contains(T)
See Also