I'm not sure what you mean.
Are you looking for duplicate items?
Dim Item as Listviewitem
If Listview.Items.Find(Item.Name,False).Count >= 1 Then ' duplicates were found
'if you want to display them, do so here (or delete them if you wish)
End If