HttpHeaderValueCollection<T>.Contains(T) Method

Definition

Determines if the HttpHeaderValueCollection<T> contains an item.

public:
 virtual bool Contains(T item);
public bool Contains (T item);
abstract member Contains : 'T -> bool
override this.Contains : 'T -> bool
Public Function Contains (item As T) As Boolean

Parameters

item
T

The item to find to the header collection.

Returns

true if the entry is contained in the HttpHeaderValueCollection<T> instance; otherwise, false.

Implements

Applies to