Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the collection contains a specific item.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Function Contains ( _
item As KeyValuePair(Of String, Object) _
) As Boolean
'Usage
Dim instance As DynamicType
Dim item As KeyValuePair(Of String, Object)
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
KeyValuePair<string, Object> item
)
Parameters
item
Type: System.Collections.Generic.KeyValuePair<String, Object>The item to search for.
Return Value
Type: System.Boolean
true if the item is found; otherwise, false.