Gets a value indicating whether the collection contains the specified SearchResultsInfoCollection.

Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool Contains(
	SearchResultsInfo value
)
Visual Basic
Public Function Contains ( 
	value As SearchResultsInfo
) As Boolean

Parameters

value
Type: DotNetNuke.Services.Search..::..SearchResultsInfo
The SearchResultsInfoCollection to search for in the collection.

Return Value

true if the collection contains the specified object; otherwise, false.

See Also