Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_ContainsValue

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

TwoKeyDictionary(TKeyA, TKeyB, TValue).ContainsValue Method

Determines whether the Dictionary<TKeyA,TKeyB,TValue> contains a specific value.

Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public bool ContainsValue(
	TValue value
)

VB

Public Function ContainsValue ( 
	value As TValue
) As Boolean

C++

public:
bool ContainsValue(
	TValue value
)

F#

member ContainsValue : 
        value : 'TValue -> bool 

Parameters

 

value
Type: TValue
The value to locate in the Dictionary<TKeyA,TKeyB,TValue>. The value can be null for reference types.

Return Value

Type: Boolean
true if theDictionary<TKeyA,TKeyB,TValue> contains an element with the specified value; otherwise, false.

See Also

Reference

TwoKeyDictionary(TKeyA, TKeyB, TValue) Class
Ekstrand.Collections.Generic Namespace

Clone this wiki locally