Accusoft.NotateXpress13.Net
Contains Method (GroupElementCollection)




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

Parameters

element
The Element to search for in the collection.

Return Value

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

Reference

GroupElementCollection Class
GroupElementCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback