Contains Method (ObservableCollection<T>)
In This Topic
Determines whether an element is in the
Collection.
Syntax
'Declaration
Public Function Contains( _
ByVal As _
) As Boolean
Parameters
- item
- The object to locate in the Collection. The value can be null for reference types.
Return Value
true if is found in the
Collection; otherwise, false.
See Also