NameAndSizeFilter.IsMatch Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

NameAndSizeFilter.IsMatch Method 

Test a filename to see if it matches the filter.

public override bool IsMatch(
   string name
);

Parameters

name
The filename to test.

Return Value

True if the filter matches, false otherwise.

Implements

IScanFilter.IsMatch

See Also

NameAndSizeFilter Class | ICSharpCode.SharpZipLib.Core Namespace