DeployedApplicationHealthStateList.Contains Method

Definition

Determines whether the collection contains a specific value.

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

Parameters

item
DeployedApplicationHealthState

The item to locate in the collection.

Returns

true if the item is found; otherwise, false.

Implements

Applies to