function Leadtools.LeadCollection.indexOf( item )
Parameter | Type | Description |
---|---|---|
item | object | The object to locate. The value can be null. |
Type | Description |
---|---|
int | The 0-based index of the first occurance of item whithin the entire LeadCollection, if found; otherwise -1. |
The LeadCollection is searched forward starting at the first item and ending at the last item.
This method determines equality using the default equality comparer.