Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineCollection Class / Contains Method
Line to locate in collection.


In This Topic
Contains Method (LineCollection)
In This Topic
Determines whether the collection contains a specific line.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As Line _
) As Boolean
 
'Usage
 
Dim instance As LineCollection
Dim item As Line
Dim value As Boolean
 
value = instance.Contains(item)

Parameters

item
Line to locate in collection.

Return Value

true if line is found in the collection; otherwise, false.
See Also