NameFilter.IsMatch Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

NameFilter.IsMatch Method 

Test a value to see if it matches the filter.

public bool IsMatch(
   string name
);

Parameters

name
The value to test.

Return Value

True if the value matches, false otherwise.

Implements

IScanFilter.IsMatch

See Also

NameFilter Class | ICSharpCode.SharpZipLib.Core Namespace