Click or drag to resize

SortableListIndexOf Method (Object, Int32, SortableListEquality)

Idem IndexOf(object), but with a start index and a specified equality function

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public int IndexOf(
	Object O,
	int Start,
	SortableListEquality AreEqual
)

Parameters

O
Type: SystemObject
The object to locate.
Start
Type: SystemInt32
The index for start position.
AreEqual
Type: PathfindingSortableListEquality
Equality function to use for the search.

Return Value

Type: Int32
See Also