Click or drag to resize
Accord.NET (logo)

NpzDictionaryTContains Method

Determines whether the ICollectionT contains a specific value.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool Contains(
	T item
)
Request Example View Source

Parameters

item
Type: T
The object to locate in the ICollectionT.

Return Value

Type: Boolean
true if item is found in the ICollectionT; otherwise, false.
See Also