ModelItemCollection.IList.Contains(Object) Methode

Definition

Bestimmt, ob das ModelItemCollection angegebene Element enthalten ist.

 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

value
Object

Das Objekt, das in der ModelItemCollectionDatei gefunden werden soll.

Gibt zurück

truewenn das ModelItemCollection Element ein Element enthält, das den angegebenen Wert aufweist; andernfalls . false

Implementiert

Ausnahmen

value ist null.

Gilt für: