ContactCollection.Contains Method (Contact)

3/29/2010

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public bool Contains (
    Contact value
)
'Declaration
Public Function Contains ( _
    value As Contact _
) As Boolean

Parameters

  • value
    Gets a value indicating whether a Contact item exists in the Contact collection.

Return Value

True if the item is found in the Contact collection. False if not Contact.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ContactCollection Class
ContactCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace