SortableListIndexOf Method (Object, SortableListEquality) |
Idem IndexOf(object), but with a specified equality function
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public int IndexOf(
Object O,
SortableListEquality AreEqual
)
Parameters
- O
- Type: SystemObject
The object to locate. - AreEqual
- Type: PathfindingSortableListEquality
Equality function to use for the search.
Return Value
Type:
Int32See Also