[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 Hl7ComparisonTag Find( Hl7Tag tag )
Public Function Find ( _ tag As Hl7Tag _ ) As Hl7ComparisonTag
public: Hl7ComparisonTag^ Find( Hl7Tag^ tag )
- tag (Hl7Tag)
- Tag to try to find in the collection.
Hl7ComparisonTag - null if no match found