Bagikan melalui


ServiceTypeList.Contains(ServiceType) Method

Definition

Determines whether an element is in the ServiceTypeList..

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

Parameters

item
ServiceType

The item to search.

Returns

true if the item is in the ServiceTypeList; otherwise, false.

Implements

Applies to