Visual Basic Como determinar se uma matriz já contém um item

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