ComponentOne Basic Library for WPF and Silverlight
Contains Method (C1OrderedSet)


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

Parameters

item
The object to locate in the System.Collections.Generic.ICollection`1.

Return Value

true if item is found in the System.Collections.Generic.ICollection`1; otherwise, false.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members