Click or drag to resize

ImmutableDictionary<TKey, TValue> .Contains Method

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

Namespace: GSF.Immutable
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntax
public bool Contains(
	KeyValuePair<TKey, TValue> item
)
View Source

Parameters

item  KeyValuePair<TKey, TValue>
The object to locate in the ICollection<T>.

Return Value

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

Implements

ICollection<T>.Contains(T)
See Also