Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_Contains_1

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

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

The key to locate in the IDictionary.

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

Syntax

C#

public bool Contains(
	Object key
)

VB

Public Function Contains ( 
	key As Object
) As Boolean

C++

public:
virtual bool Contains(
	Object^ key
) sealed

F#

abstract Contains : 
        key : Object -> bool 
override Contains : 
        key : Object -> bool 

Parameters

 

key
Type: System.Object
The key to locate in the IDictionary.

Return Value

Type: Boolean
true if the IDictionary contains an element with the specified key; otherwise, false.

Implements

ITwoKeyDictionary.Contains(Object)

See Also

Reference

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

Clone this wiki locally