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