SortEntryVector.Contains method

Determines whether an element is in the collection.

Syntax

public bool Contains(
  SortEntry item
)
Public Function Contains(
  item As SortEntry 
) As Boolean

Parameters

  • item
    Type: SortEntry

    The item to find in the collection.

Return value

Type: System.Boolean

true if the item was found in the collection; otherwise, false.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage.Search

See also

SortEntryVector

 

 

Build date: 2/25/2013