# File lib/innodb/xdes.rb, line 162
  def ==(other)
    xdes[:this][:page] == other.xdes[:this][:page] &&
      xdes[:this][:offset] == other.xdes[:this][:offset]
  end