Click or drag to resize

MatTElemContains Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.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