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


subValue
The SubValue to find.
Determines whether this collection contains a specified SubValue.

Syntax

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

Parameters

subValue
The SubValue to find.

Return Value

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

See Also

© 2010 All Rights Reserved.