ComponentOne Zip for .NET
Contains(String) Method

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class > Contains Method : Contains(String) Method
Name of the entry to look for.
Determines whether the collection contains an entry with a given name.
Syntax
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

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members
Overload List