Overload | Description |
---|---|
IndexOf<T>(IList<T>,T) | Gets the index of the object in this collection whose primary key matches the given value. |
IndexOf<T>(IList<T>,Nullable<Int32>) | Gets the index of the object in this collection whose primary key matches the given value. |
IndexOf<T>(IList<T>,String) | Gets the index of the object in this collection whose primary key matches the given value. |
IndexOf<TKeyType>(IList<IEntityWithTypedId<TKeyType>>,TKeyType) | Gets the index of the object in this collection whose primary key matches the given value. |