[This is preliminary documentation and is subject to change.]
Searches for the specified Hl7ComparisonTag and
returns the zero-based index of the first occurrence within the entire Hl7ComparisonTagCollection.
| C# | Visual Basic | Visual C++ |
public int IndexOf( Hl7ComparisonTag value )
Public Function IndexOf ( _ value As Hl7ComparisonTag _ ) As Integer
public: int IndexOf( Hl7ComparisonTag^ value )
- value (Hl7ComparisonTag)
- The Hl7ComparisonTag to locate in the Hl7ComparisonTagCollection.
The zero-based index of the first occurrence of value within the entire Hl7ComparisonTagCollection,
if found; otherwise, -1.