Compartir a través de


DeployedServicePackageHealthStateList.Contains Método

Definición

Determina si la colección contiene un valor concreto.

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

Parámetros

item
DeployedServicePackageHealthState

El elemento que se va a buscar en la colección.

Devoluciones

true si se encuentra el elemento; en caso contrario, false.

Implementaciones

Se aplica a