Share via


HeaderDictionary.Contains Method (KeyValuePair<String, String >)

 

Returns a value indicating whether the specified object occurs within this collection.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public bool Contains(
    KeyValuePair<string, string[]> item
)
public:
virtual bool Contains(
    KeyValuePair<String^, array<String^>^> item
) sealed
abstract Contains : 
        item:KeyValuePair<string, string[]> -> bool
override Contains : 
        item:KeyValuePair<string, string[]> -> bool
Public Function Contains (
    item As KeyValuePair(Of String, String())
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the specified object occurs within this collection; otherwise, false.

Implements

ICollection<T>.Contains(T)

See Also

HeaderDictionary Class
Microsoft.Owin Namespace

Return to top