GroupCollection.Contains(Group) Method

Definition

Determines whether the specified Group exists in the collection.

public bool Contains (Microsoft.AnalysisServices.Group item);
member this.Contains : Microsoft.AnalysisServices.Group -> bool
Public Function Contains (item As Group) As Boolean

Parameters

item
Group

The Group whose existence is checked.

Returns

True, if the specified Group is found in the collection; otherwise, false.

Applies to