# File lib/facets/more/pqueue.rb, line 294
  def ==(other)
    return size == other.size && to_a == other.to_a
  end