SiteMapNodeCollection.IList.Contains Method (Object)
.NET Framework (current version)
Determines whether the collection in the IList interface contains the specified Boolean value.
Assembly: System.Web (in System.Web.dll)
private abstract Contains : value:Object -> bool private override Contains : value:Object -> bool
Parameters
- value
-
Type:
System.Object
The object to locate in the IList.
Implements
IList.Contains(Object)
.NET Framework
Available since 2.0
Available since 2.0
Show: