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