GroupCollection.Contains(Group) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
True, if the specified Group is found in the collection; otherwise, false.