# File lib/data_objects/uri.rb, line 46
    def eql?(other)
      to_s.eql?(other.to_s)
    end