DictionaryOfStringCollectionPtr Contains Method Cognex VisionPro 9.21 SR1

Namespace: Cognex.Vision.ViDiEL.Implementation
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.1.1
Syntax

public abstract bool Contains(
	KeyValuePair<string, StringCollection> item
)

Parameters

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

Return Value

Type: Boolean

Implements

ICollection T  Contains(T)
See Also