API reference

ZipArchiveExtensions Class

A set of extensions for ZipArchives for easier processing

Overview

Static Public Member Functions

static bool
IsEqual
( this ZipArchive thisZip,
ZipArchive otherZip )
Compares two archives to determine if they're the same.

Details

Static Member Functions

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