SiteMapNodeCollection::IList::Contains Method (Object^)

 

Determines whether the collection in the IList interface contains the specified Boolean value.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

private:
virtual bool Contains(
	Object^ value
) sealed = IList::Contains

Parameters

value
Type: System::Object^

The object to locate in the IList.

Return Value

Type: System::Boolean

true if the object is found in the IList; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: