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

Determines whether the list segment contains a specific value.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool Contains(
	T item
)
Public Function Contains ( _
	item As T _
) As Boolean

Parameters

item
Type: T
The object to locate in the list segment.