Determines whether the collection contains a specific item.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Function Contains ( _ item As ZipItem _ ) As Boolean |
C# |
---|
public bool Contains( ZipItem item ) |
Parameters
- item
- Type: Rebex.IO.Compression..::..ZipItem
The object to locate in the collection.