static bool | Compares two archives to determine if they're the same. |
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 otherZipthe other archive against which to compare Returns true if they're identical, false otherwise |