Determines whether the ICollection<T> contains a specific value.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- item
- Type: TElem
The object to locate in the ICollection<T>.
Return Value
Type: Booleantrue if item is found in the ICollection<T> otherwise, false.
Implements
ICollectionTContains(T)See Also