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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- item
- Type: Microsoft.Phone.Wallet.WalletItem
The item to search for.
Implements
ICollection(Of T).Contains(T)
Show: