SingleKeyFrameCollection.IList.Contains(Object) Метод
Определение
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
Параметры
Возвращаемое значение
Значение true
, если объект Object найден в IList; в противном случае — значение false
.true
if the Object is found in the IList; otherwise, false
.