TarEntry.IsDescendent Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarEntry.IsDescendent Method 

Determine if the given entry is a descendant of this entry. Descendancy is determined by the name of the descendant starting with this entry's name.

public bool IsDescendent(
   TarEntry toTest
);

Parameters

toTest
Entry to be checked as a descendent of this.

Return Value

True if entry is a descendant of this.

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace