# File lib/zip/zip_extra_field.rb, line 115
      def ==(other)
        @uid == other.uid &&
        @gid == other.gid
      end