Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the collection contains given best bet Id.
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Function Contains ( _
bestBetId As Guid _
) As Boolean
'Usage
Dim instance As BestBetIdCollection
Dim bestBetId As Guid
Dim returnValue As Boolean
returnValue = instance.Contains(bestBetId)
public override bool Contains(
Guid bestBetId
)
Parameters
- bestBetId
Type: System.Guid
Return value
Type: System.Boolean