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

Definition

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

public bool Contains (System.Collections.Generic.KeyValuePair<string,string[]> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, string[]> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, string[]> -> bool
Public Function Contains (item As KeyValuePair(Of String, String())) As Boolean

Parameters

item
KeyValuePair<String,String[]>

The item.

Returns

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

Implements

Applies to