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.

[Visual Basic]
Public Function IsDescendent( _
   ByVal desc As ICSharpCode.SharpZipLib.Tar.TarEntry _
) As Boolean
[C#]
public bool IsDescendent(
   TarEntry desc
);

Parameters

desc

Entry to be checked as a descendent of this.

Return Value

True if entry is a descendant of this.

See Also

TarEntry Class | TarEntry Members | ICSharpCode.SharpZipLib.Tar Namespace