CogVerificationChangedRecordContainer Contains Method Cognex VisionPro
Returns a boolean if the specified SubRecord (via key parameter) is contained in the record this class holds.

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

public bool Contains(
	string key
)

Parameters

key
Type: System String
A string which is the key to be search for in the contained record.

Return Value

Type: Boolean
See Also