[]
        
(Showing Draft Content)

C1.Zip.C1ZipEntryCollection.Contains

Contains Method

Contains(string)

Determines whether the collection contains an entry with a given name.

Declaration
public bool Contains(string name)
Parameters
Type Name Description
string name

Name of the entry to look for.

Returns
Type Description
bool

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