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

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

Syntax

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

Parameters

value
Type: DotNetNuke.Services.Search..::..SearchItemInfo
The SearchItemInfoCollection to search for in the collection.

Return Value

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

See Also