ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / Contains Method / Contains(String) Method
Name of the entry to look for.

In This Topic
    Contains(String) Method
    In This Topic
    Determines whether the collection contains an entry with a given name.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal name As System.String _
    ) As System.Boolean
    public System.bool Contains( 
       System.string name
    )

    Parameters

    name
    Name of the entry to look for.

    Return Value

    True if the collection contains an entry with the given name, false otherwise.
    See Also