SortableListEquality Delegate |
Defines an equality for two objects
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public delegate bool Equality(
Object O1,
Object O2
)
Parameters
- O1
- Type: SystemObject
- O2
- Type: SystemObject
Return Value
Type:
BooleanSee Also