ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1OrderedSet Class / Contains Method
The object to locate in the System.Collections.Generic.ICollection`1.

In This Topic
    Contains Method (C1OrderedSet)
    In This Topic
    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