CultureAwareDynamicObject..::..Contains Method

Determines whether the [ICollection{T}] contains a specific value.

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

Syntax


public bool Contains(
	KeyValuePair<string, Nullable<Object>> item
)
Public Function Contains ( _
	item As KeyValuePair(Of String, Nullable(Of Object)) _
) As Boolean

Parameters

item
Type: KeyValuePair<(Of <(<'String, Nullable<(Of <(<'Object>)>)>>)>)>
The object to locate in the [ICollection{T}].

Return Value

true if item is found in the [ICollection{T}]; otherwise, false.