Hapus item berulang dalam daftar persatuan

using System.Linq;
list = list.Distinct().ToList();
Inquisitive Impala