Determine whether an item is in this collection.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- item
- Type: System Double
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