WalletItemCollection.Contains Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the WalletItem, identified by the given app defined unique ID, is in the collection.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- id
- Type: System.String
The ID of the item to find.
Return Value
Type: System.Booleantrue if the item with the specified ID exists in the collection; Otherwise, false.
Show: