DVTk API
IndexOf Method (value)
DVTkDvtk.ComparatorHl7ComparisonTagCollectionIndexOf(Hl7ComparisonTag)
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	Hl7ComparisonTag value
)
Public Function IndexOf ( _
	value As Hl7ComparisonTag _
) As Integer
public:
int IndexOf(
	Hl7ComparisonTag^ value
)
Parameters
Return Value
The zero-based index of the first occurrence of value within the entire Hl7ComparisonTagCollection, if found; otherwise, -1.

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0