Share via


DeployedServiceTypeList.Contains(DeployedServiceType) Method

Definition

Indicates a flag that specifies whether the list contains a specific item.

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

Parameters

item
DeployedServiceType

The item to search.

Returns

true if the list contains a specific item; otherwise, false.

Implements

Applies to