[This is preliminary documentation and is subject to change.]
Determines whether the DicomTagVrCollection contains a specific element.
| C# | Visual Basic | Visual C++ |
public bool Contains( DicomTagVr value )
Public Function Contains ( _ value As DicomTagVr _ ) As Boolean
public: bool Contains( DicomTagVr^ value )
- value (DicomTagVr)
- The DicomTagVr to locate in the DicomTagVrCollection.