Determines whether a CameraInfo object is in the list.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Contains(
	CameraInfo value
)
Visual Basic
Public Function Contains ( _
	value As CameraInfo _
) As Boolean
JScript
public function Contains(
	value : CameraInfo
) : boolean

Parameters

value
Type: Ico.Windows.Media.Media3D..::..CameraInfo
The CameraInfo object to locate in the list.

Return Value

True if item is found in the list; otherwise, false.

See Also