Share via


LazyDictionary<TKey, TValue>.Contains Method (KeyValuePair<TKey, TValue>)

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public bool Contains(
    KeyValuePair<TKey, TValue> item
)
public:
virtual bool Contains(
    KeyValuePair<TKey, TValue> item
) sealed
abstract Contains : 
        item:KeyValuePair<'TKey, 'TValue> -> bool
override Contains : 
        item:KeyValuePair<'TKey, 'TValue> -> bool
Public Function Contains (
    item As KeyValuePair(Of TKey, TValue)
) As Boolean

Parameters

Return Value

Type: System.Boolean

Implements

ICollection<T>.Contains(T)

See Also

LazyDictionary<TKey, TValue> Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top