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