PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.

Namespace: Smartsite.Base.HttpNamespaceManager
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public bool Contains(
	 item
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function Contains ( _
	item As  _
) As 

Parameters

item
AceRights
The object to locate in the ICollection<(Of <(<'T>)>)>.

Return Value

true if item is found in the ICollection<(Of <(<'T>)>)>; otherwise, false.

See Also

Advanced