RecordCollection Contains Method (Record)Cognex VisionPro 9.21 SR1

Determine whether an item is in this collection.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public override bool Contains(
	Record item
)

Parameters

item
Type: Cognex.Vision Record
The item to search for in this collection.

Return Value

Type: Boolean

True if item is found in this collection, else false.

Implements

ICollection T  Contains(T)
See Also