ICogRecords ContainsKey Method Cognex VisionPro 9.5
Searches the list for a given key.

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

bool ContainsKey(
	string key
)

Return Value

Type: Boolean
True if the list contains the given record, false otherwise.
See Also