# File lib/zip/zip.rb, line 1693 def ==(other) self.class != other.class and return false each { |k, v| v != other[k] and return false } true end