DeployedServicePackageList.Contains(DeployedServicePackage) Méthode

Définition

Indique si l’élément spécifié figure dans la liste.

public bool Contains (System.Fabric.Query.DeployedServicePackage item);
abstract member Contains : System.Fabric.Query.DeployedServicePackage -> bool
override this.Contains : System.Fabric.Query.DeployedServicePackage -> bool
Public Function Contains (item As DeployedServicePackage) As Boolean

Paramètres

item
DeployedServicePackage

Élément à rechercher.

Retours

true si l’élément spécifié figure dans la liste ; sinon, false.

Implémente

S’applique à