Click or drag to resize

MatTElem, TInheritContains Method

Determines whether the ICollection<T> contains a specific value.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public bool Contains(
	TElem item
)

Parameters

item
Type: TElem
The object to locate in the ICollection<T>.

Return Value

Type: Boolean
true if item is found in the ICollection<T> otherwise, false.

Implements

ICollectionTContains(T)
See Also