BooleanKeyFrameCollection.IList.Contains(Object) Method

Definition

Determines whether the IList contains a specific value.

 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

Parameters

keyFrame
Object

The object to locate in the IList.

Returns

Remarks true if the Object is found in the IList; otherwise, false.

Implements

Applies to