WalletItemCollection.Contains Method (WalletItem)

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

Syntax

'Declaration
Public Function Contains ( _
    item As WalletItem _
) As Boolean
public bool Contains(
    WalletItem item
)
public:
virtual bool Contains(
    WalletItem^ item
) sealed
abstract Contains : 
        item:WalletItem -> bool  
override Contains : 
        item:WalletItem -> bool

Parameters

Return Value

Type: System.Boolean

Implements

ICollection<T>.Contains(T)

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WalletItemCollection Class

Contains Overload

Microsoft.Phone.Wallet Namespace