Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_Contains

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).Contains Method (TwoKeyValueTriple(TKeyA, TKeyB, TValue))

Determines whether the ICollection contains a specific key and value.

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

Syntax

C#

public bool Contains(
	TwoKeyValueTriple<TKeyA, TKeyB, TValue> item
)

VB

Public Function Contains ( 
	item As TwoKeyValueTriple(Of TKeyA, TKeyB, TValue)
) As Boolean

C++

public:
virtual bool Contains(
	TwoKeyValueTriple<TKeyA, TKeyB, TValue> item
) sealed

F#

abstract Contains : 
        item : TwoKeyValueTriple<'TKeyA, 'TKeyB, 'TValue> -> bool 
override Contains : 
        item : TwoKeyValueTriple<'TKeyA, 'TKeyB, 'TValue> -> bool 

Parameters

 

item
Type: Ekstrand.Collections.Generic.TwoKeyValueTriple(TKeyA, TKeyB, TValue)
The KeyValuePair<TKeyA,TKeyB,TValue> structure to locate in the ICollection.

Return Value

Type: Boolean
[Missing documentation for "M:Ekstrand.Collections.Generic.TwoKeyDictionary3.Contains(Ekstrand.Collections.Generic.TwoKeyValueTriple{0,1,2})"]

Implements

ICollection(T).Contains(T)

See Also

Reference

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

Clone this wiki locally