ArrangedElementCollection.IList.Contains(Object) Метод
Определение
Описание этого элемента содержится в методе Contains(Object).For a description of this member, see the Contains(Object) method.
virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object value);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains
Параметры
- value
- Object
Объект Object, который требуется найти в коллекции IList.The Object to locate in the IList.
Возвращаемое значение
Значение true
, если объект Object найден в IList; в противном случае — значение false
.true
if the Object is found in the IList; otherwise, false
.
Реализации
Комментарии
Этот метод является явной реализацией члена интерфейса.This method is an explicit interface member implementation. Он может использоваться, только если экземпляр ArrangedElementCollection приведен к типу интерфейса IList.It can be used only when the ArrangedElementCollection instance is cast to an IList interface.