NP-Complete problems are the hardest problems (no problem is harder) in NP, i.e., every problem in NP reduces to an NP-Complete problem.
If we can solve one NPC problem in polynomial time, we can solve every problem in NP in polynomial time. For this reason, many assume P NP.