DeploymentSkipDirectiveCollection.Contains(DeploymentSkipDirective) Method

Definition

Gets a value indicating whether the collection contains the specified skip directive.

public:
 virtual bool Contains(Microsoft::Web::Deployment::DeploymentSkipDirective ^ item);
public bool Contains (Microsoft.Web.Deployment.DeploymentSkipDirective item);
abstract member Contains : Microsoft.Web.Deployment.DeploymentSkipDirective -> bool
override this.Contains : Microsoft.Web.Deployment.DeploymentSkipDirective -> bool
Public Function Contains (item As DeploymentSkipDirective) As Boolean

Parameters

Returns

true if the collection contains the specified collection, otherwise false.

Implements

Applies to