SiteMapNodeCollection.IList.Contains(Object) Methode
Definition
virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object value);
Function Contains (value As Object) As Boolean Implements IList.Contains
Parameter
Gibt zurück
true
, wenn das Objekt in IList gefunden wird, andernfalls false
.true
if the object is found in the IList; otherwise, false
.