ComponentOne Basic Library for UWP
Contains Method (C1OrderedSet)

C1.UWP Assembly > C1.Xaml 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
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