Bagikan melalui


ApplicationTypeList.Contains(ApplicationType) Method

Definition

Returns true if the specified item is in the list.

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

Parameters

item
ApplicationType

The specified item in the list.

Returns

true if the specified item is in the list; otherwise, false.

Implements

Applies to