dotnetCHARTING Send comments on this topic.
Contains(Group) Method
See Also 
dotnetCHARTING.Mapping Namespace > GroupCollection Class > Contains Method : Contains(Group) Method


group
The Group to find.
Determines whether this collection contains a specified Group.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Contains( _
   ByVal group As Group _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GroupCollection
Dim group As Group
Dim value As Boolean
 
value = instance.Contains(group)
C# 
public bool Contains( 
   Group group
)

Parameters

group
The Group to find.

Return Value

true if the specified Group belongs to this collection; otherwise, false.

See Also

© 2010 All Rights Reserved.