FindIndex Method (EnumerableExtensions)
Finds the index of the item in the List according to the desired SearchMode. If isSorted is true, uses fast binary search
Overload List
OverloadDescription
Finds the index of the item in the List according to the desired SearchMode. If isSorted is true, uses fast binary search  
Finds the index of the item in the List according to the desired SearchMode. If isSorted is true, uses fast binary search  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also