Determine whether an item is in this collection.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax
Parameters
- item
- Type: Cognex.Vision.Meta PropertyMeta
The item to search for in this collection.
Return Value
Type: BooleanTrue if item is found in this collection, else false.
Implements
ICollection T Contains(T)See Also