# File lib/mini_magick/image.rb, line 165
    def ==(other)
      self.class == other.class && signature == other.signature
    end