# File lib/hashr.rb, line 84
  def ==(other)
    to_h == other.to_h if other.respond_to?(:to_h)
  end