[This is preliminary documentation and is subject to change.]
Try to find a comparison tag in the collection with the same tag as the given one.
| C# | Visual Basic | Visual C++ |
public BaseDicomTagValue Find( Tag tag )
Public Function Find ( _ tag As Tag _ ) As BaseDicomTagValue
public: BaseDicomTagValue^ Find( Tag^ tag )
- tag (Tag)
- Tag to try to find in the collection.
BaseTagValue - null if no match found