Edit

Share via


NameValueCollection.Contains(NameValue) Method

Definition

Determines whether the collection contains the name/value pair.

public bool Contains (Microsoft.Hpc.Scheduler.NameValue item);
abstract member Contains : Microsoft.Hpc.Scheduler.NameValue -> bool
override this.Contains : Microsoft.Hpc.Scheduler.NameValue -> bool
Public Function Contains (item As NameValue) As Boolean

Parameters

item
NameValue

The name/value pair to find.

Returns

Is true if the collection contains the name/value pair; otherwise, false.

Implements

Applies to