Bagikan melalui


ServiceGroupMemberTypeList.Contains(ServiceGroupMemberType) Method

Definition

Search if contains the service group member type.

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

Parameters

item
ServiceGroupMemberType

The service group member type to be searched.

Returns

The result of the search.

Implements

Applies to