DVTk API
Contains Method (value)
DVTkDvtk.ComparatorDicomTagVrCollectionContains(DicomTagVr)
DVTk API

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

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

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0