DVTk API
Contains Method (value)
DVTkDvtkData.DimseTagValueCollectionContains(BaseTagValue)
DVTk API

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

Determines whether the TagValueCollection contains a specific element.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	BaseTagValue value
)
Public Function Contains ( _
	value As BaseTagValue _
) As Boolean
public:
bool Contains(
	BaseTagValue^ value
)
Parameters
value (BaseTagValue)
The BaseTagValue to locate in the TagValueCollection.
Return Value
true if the TagValueCollection contains the specified value; otherwise, false.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0