TarHeader.Equals Method

SharpZip Compression Library

SharpZip Compression Library

TarHeader.Equals Method 

Determines if this instance is equal to the specified object.

public override bool Equals(
   object obj
);

Parameters

obj
The object to compare with.

Return Value

true if the objects are equal, false otherwise.

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace