They have totally different semantics.
AddRange modifies the list by adding the other items to it.
Concat returns a new sequence containing the list and the other items, without modifying the list.
Choose whichever one has the semantics you want.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…