TarEntry.Equals Method

SharpZip Compression Library

SharpZip Compression Library

TarEntry.Equals Method 

Determine if the two entries are equal. Equality is determined by the header names being equal.

public override bool Equals(
   object it
);

Return Value

True if the entries are equal.

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace