Contains Method (WalletItem)
Collapse the table of content
Expand the table of content

WalletItemCollection.Contains Method (WalletItem)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Determines whether the given WalletItem is contained in the collection.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

'Declaration
Public Function Contains ( _
	item As WalletItem _
) As Boolean

Parameters

item
Type: Microsoft.Phone.Wallet.WalletItem
The item to search for.

Return Value

Type: System.Boolean
true if the item is in the collection; Otherwise, false.

Implements

ICollection(Of T).Contains(T)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft