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
|