ICogRecords Contains Method (ICogRecord)Cognex VisionPro 9.21 SR1
Searches the list for a given record.

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

bool Contains(
	ICogRecord value
)

Return Value

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