Check if collection contains an item with specified index.
'Declaration
Public Overloads Function Contains( _
ByVal As Integer _
) As Boolean
public bool Contains(
int
)
Parameters
- index
- The zero-based index of the item to locate.
Return Value
True if the item is found in the collection; otherwise, false.