DVTk API
IndexOf Method (value)
DVTkDvtk.Comparator.BasesLookupEntryCollectionIndexOf(LookupEntry)
DVTk API

[This is preliminary documentation and is subject to change.]

Searches for the specified LookupEntry and returns the zero-based index of the first occurrence within the entire LookupEntryCollection.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	LookupEntry value
)
Public Function IndexOf ( _
	value As LookupEntry _
) As Integer
public:
int IndexOf(
	LookupEntry^ value
)
Parameters
value (LookupEntry)
The LookupEntry to locate in the LookupEntryCollection.
Return Value
The zero-based index of the first occurrence of value within the entire LookupEntryCollection, if found; otherwise, -1.

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0