Click or drag to resize

ProcessDictionary<TKey, TValue> .ContainsValue Method

Determines whether the ProcessDictionary<TKey, TValue> contains an element with the specified value.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
Syntax
public bool ContainsValue(
	TValue value
)
View Source

Parameters

value  TValue
The value to locate in the ProcessDictionary<TKey, TValue>.

Return Value

Boolean
True, if the ProcessDictionary<TKey, TValue> contains an element with the value; otherwise, false.
See Also