Rotation3DKeyFrameCollection.IList.Contains(Object) Metoda

Definice

Určuje, zda IList obsahuje konkrétní hodnotu.

 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

Parametry

keyFrame
Object

Objekt, který chcete najít v objektu IList.

Návraty

Boolean

true je-li nalezen v Object ; IListjinak , false.

Implementuje

Platí pro