# File lib/paperclip/geometry_transformation.rb, line 48
    def =~ (other)
      self.height.to_i == other.height.to_i && self.width.to_i == other.width.to_i
    end