Zip for WPF and Silverlight
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 String _
    ) As Boolean
    public bool Contains( 
       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