# File lib/cairo/paper.rb, line 157
    def ==(other)
      other.is_a?(self.class) and @name == other.name and
        width_in_delta?(other.width(@unit)) and
        height_in_delta?(other.height(@unit))
    end