SiteMapNodeCollection.IList.Contains(Object) Метод
Определение
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
Параметры
Возвраты
Значение true
, если объект найден в коллекции IList; в противном случае — значение false
.true
if the object is found in the IList; otherwise, false
.