Accusoft.NotateXpress13.Net
Contains Method (GroupCollection)




The Group to search for in the collection.
Determines if the group collection contains the given Group.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal group As Group _
) As Boolean
'Usage
 
Dim instance As GroupCollection
Dim group As Group
Dim value As Boolean
 
value = instance.Contains(group)
public bool Contains( 
   Group group
)
public: bool Contains( 
   Group* group
) 
public:
bool Contains( 
   Group^ group
) 

Parameters

group
The Group to search for in the collection.

Return Value

A boolean value which is true if the collection contains the specified Group. Otherwise, false is returned.
See Also

Reference

GroupCollection Class
GroupCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback