Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / ItemsCollection Class / Contains Method

In This Topic
    Contains Method (ItemsCollection)
    In This Topic
    Determines whether the ICollection contains a specific value.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal item As Object _
    ) As Boolean
    public bool Contains( 
       object item
    )

    Parameters

    item
    See Also