DVTk API
IndexOf Method (value)
DVTkDvtkData.ComparisonResultsMessageComparisonResultsIndexOf(AttributeComparisonResults)
DVTk API

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

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0