DVTk API
Contains Method (value)
DVTkDvtk.Dicom.InformationEntityTagTypeListContains(TagType)
DVTk API

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

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

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0