Configdb scope path issue

In reply to cgales:
You want to use ‘m_sequencer’ instead of get_sequencer():


uvm_config_db#(some_object_type)::get(m_sequencer,"","super_cool_object", some_object_container)

It’s not clear to me…what is the difference in using m_sequencer vs get_sequencer() here? Shouldn’t they both return to me the sequencer that I invoked when I called my sequence.start() method?