ComponentOne FinancialChart for WPF
Contains Method (C1OrderedSet)



C1.WPF Namespace > C1OrderedSet Class : Contains Method
The object to locate in the ICollection.
Determines whether the ICollection contains a specific value.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As Integer _
) As Boolean
'Usage
 
Dim instance As C1OrderedSet
Dim item As Integer
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   int item
)
public:
bool Contains( 
   int item
) 

Parameters

item
The object to locate in the ICollection.

Return Value

true if item is found in the ICollection; otherwise, false.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members