Click or drag to resize
Accord.NET (logo)

ReadOnlyKeyedCollection< TKey, TValue> . Contains Method (KeyValuePair< TKey, TValue> )

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

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public bool Contains(
	KeyValuePair<TKey, TValue> item
)
Request Example View Source

Parameters

item
Type: System.Collections.Generic.KeyValuePair<TKey, TValue>
The object to locate in the ICollection<T>.

Return Value

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