| EquatableListTIListIndexOf Method |
Determines the index of a specific item in the IList.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxint IList.IndexOf(
Object value
)
Parameters
- value
- Type: SystemObject
The object to locate in the IList.
Return Value
Type:
Int32The index of
value if found in the list; otherwise, -1.
Implements
IListIndexOf(Object)
See Also