UserSegmentCollection.Contains method (String)

Determines whether the collection contains given best bet Url.

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function Contains ( _
    displayName As String _
) As Boolean
'Usage
Dim instance As UserSegmentCollection
Dim displayName As String
Dim returnValue As Boolean

returnValue = instance.Contains(displayName)
public bool Contains(
    string displayName
)

Parameters

Return value

Type: System.Boolean

See also

Reference

UserSegmentCollection class

UserSegmentCollection members

Contains overload

Microsoft.Office.Server.Search.Query.Rules namespace