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