MatTElem, TInheritContains Method OpenCvSharp Class Library
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

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

Reference