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

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public bool Contains(
	string name
)
Visual Basic
Public Function Contains ( _
	name As String _
) As Boolean

Parameters

name
Type: System..::..String
Name of the entry to look for.

Return Value

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

See Also