DoubleKeyFrameCollection.IList.Contains(Object) 方法

定义

确定 IList 是否包含特定值。

 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

参数

keyFrame
Object

要在 IList 中定位的对象。

返回

Boolean

如果在 IList 中找到了 Object,则为 true;否则为 false

实现

适用于