EyeshotCollection<T>.Contains Method

Determines whether an item is in the collection.
Public Function Contains( _ 
ByVal item As T _ 
) As Boolean
This language is not supported or no code example is available.
public bool Contains( 
T item 
)
This language is not supported or no code example is available.

Parameters

item
T

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition