[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific Hl7ComparisonTag from the Hl7ComparisonTagCollection.
| C# | Visual Basic | Visual C++ |
public void Remove( Hl7ComparisonTag value )
Public Sub Remove ( _ value As Hl7ComparisonTag _ )
public: void Remove( Hl7ComparisonTag^ value )
- value (Hl7ComparisonTag)
- The Hl7ComparisonTag to remove from the Hl7ComparisonTagCollection.