Share via


ManagementPackReferenceCollection.ContainsValue Method

Definition

Determines whether the collection contains a specified value.

public:
 bool ContainsValue(Microsoft::EnterpriseManagement::Configuration::ManagementPackReference ^ mpreference);
public bool ContainsValue (Microsoft.EnterpriseManagement.Configuration.ManagementPackReference mpreference);
member this.ContainsValue : Microsoft.EnterpriseManagement.Configuration.ManagementPackReference -> bool
Public Function ContainsValue (mpreference As ManagementPackReference) As Boolean

Parameters

mpreference
ManagementPackReference

The specific reference to search for in the collection.

Returns

true if the specified reference is found in the collection; otherwise, false.

Applies to