dotnetCHARTING Send comments on this topic.
Contains Method
See Also 
dotnetCHARTING Namespace > ElementCollection Class : Contains Method


element
The Element to find.
Determines whether this collection contains a specified Element.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal element As Element _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ElementCollection
Dim element As Element
Dim value As Boolean
 
value = instance.Contains(element)
C# 
public bool Contains( 
   Element element
)

Parameters

element
The Element to find.

Return Value

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

See Also

© 2010 All Rights Reserved.