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

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

Syntax

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

Return Value

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

See Also