ArrangedElementCollection.IList.Contains(Object) Methode
Definition
Eine Beschreibung dieses Members finden Sie unter der Contains(Object)-Methode.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
Parameter
Gibt zurück
true
, wenn Object in der IList gefunden wird, andernfalls false
.true
if the Object is found in the IList; otherwise, false
.
Implementiert
Hinweise
Diese Methode ist eine explizite Schnittstellenmember-Implementierung.This method is an explicit interface member implementation. Er kann nur verwendet werden, wenn die ArrangedElementCollection-Instanz in eine IList-Schnittstelle umgewandelt wird.It can be used only when the ArrangedElementCollection instance is cast to an IList interface.