# File multiset.rb, line 429
  def ==(other)
    compare_set_with(other){ |s, o| s == o }
  end