DVTk API
Contains Method (value)
DVTkDvtkHighLevelInterface.Common.ThreadsThreadCollectionContains(Thread)
DVTk API

[This is preliminary documentation and is subject to change.]

Determines whether the IList contains a specific item.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	Thread value
)
Public Function Contains ( _
	value As Thread _
) As Boolean
public:
bool Contains(
	Thread^ value
)
Parameters
value (Thread)
The item to locate in the IList.
Return Value
trueTruetrue if the item is found in the IList; otherwise, falseFalsefalse.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0