Visual Basic Comment déterminer si un tableau contient déjà un élément

If ArrayName.Contains(item) Then
    'Go
End If
Annoying Ant