# File lib/zip/zip.rb, line 1736 def ==(other) @mtime == other.mtime && @atime == other.atime && @ctime == other.ctime end