BooleanKeyFrameCollection.IList.Contains(Object) Methode

Definition

Ermittelt, ob die IList einen bestimmten Wert enthält.

 virtual bool System.Collections.IList.Contains(System::Object ^ keyFrame) = System::Collections::IList::Contains;
bool IList.Contains (object keyFrame);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (keyFrame As Object) As Boolean Implements IList.Contains

Parameter

keyFrame
Object

Das im IList zu suchende Objekt.

Gibt zurück

true, wenn das Object in der IList gefunden wird, andernfalls false.

Implementiert

Gilt für: