ComponentOne Zip for .NET
Contains(C1ZipEntry) Method



C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class > Contains Method : Contains(C1ZipEntry) Method
Entry of the entry to look for.
Determines whether the collection contains an entry.
Syntax
Public Overloads Function Contains( _
   ByVal entry As C1ZipEntry _
) As Boolean
Dim instance As C1ZipEntryCollection
Dim entry As C1ZipEntry
Dim value As Boolean
 
value = instance.Contains(entry)
public bool Contains( 
   C1ZipEntry entry
)
public:
bool Contains( 
   C1ZipEntry^ entry
) 

Parameters

entry
Entry of the entry to look for.

Return Value

True if the collection contains the entry, false otherwise.
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members
Overload List