DVTk API
Contains Method (value)
DVTkDvtkData.CollectionsStringCollectionContains(String)
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(
	string value
)
Public Function Contains ( _
	value As String _
) As Boolean
public:
bool Contains(
	String^ value
)
Parameters
value (String)
The item to locate in the IList.
Return Value
trueTruetrue if the item is found in the IList; otherwise, falseFalsefalse.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0