Click or drag to resize

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
Syntax
C#
int IList.IndexOf(
	Object value
)

Parameters

value
Type: SystemObject
The object to locate in the IList.

Return Value

Type: Int32
The index of value if found in the list; otherwise, -1.

Implements

IListIndexOf(Object)
See Also