API reference

ZipArchiveExtensions Class

A set of extensions for ZipArchives for easier processing

Static Methods

IsEqual ( thisZip , otherZip )
Compares two archives to determine if they're the same.
Signature
static bool Meta.WitAi.ZipArchiveExtensions.IsEqual(this ZipArchive thisZip, ZipArchive otherZip)
Parameters
thisZip: this ZipArchive  the archive on which this is being called
otherZip: ZipArchive  the other archive against which to compare
Returns
bool  true if they're identical, false otherwise