# File lib/recursive_open_struct/ruby_19_backport.rb, line 13
  def eql?(other)
    return false unless other.kind_of?(OpenStruct)
    @table.eql?(other.table)
  end