Bridge

ReadOnlyCollection<(Of <(<'T>)>)>..::..Contains Method

Determines whether an element is in the ReadOnlyCollection<(Of <(<'T>)>)>.

Namespace:  System.Collections.ObjectModel
Assembly:  Bridge (in Bridge.dll)

Syntax


public bool Contains(
	T value
)
Public Function Contains ( _
	value As T _
) As Boolean
public:
bool^ Contains(
	T value
)

Parameters

value
Type: T
The object to locate in the ReadOnlyCollection<(Of <(<'T>)>)>. The value can be null for reference types.

Return Value

true if value is found in the ReadOnlyCollection<(Of <(<'T>)>)>; otherwise, false.