|
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
)
Public Function Contains (
item As T
) As Boolean
Request Example
View SourceParameters
- item
- Type: T
The object to locate in the ICollectionT.
Return Value
Type:
Booleantrue if
item is found in the
ICollectionT; otherwise, false.
See Also