Accusoft.NotateXpress13.Net
Contains Method (ElementCollection)




The element.
Determines if the collection contains the given Element.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal element As Element _
) As Boolean
'Usage
 
Dim instance As ElementCollection
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.

Return Value

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

Reference

ElementCollection Class
ElementCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback