Object.Equals override.
Tells if two arcs are equal by comparing StartNode and EndNode.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public override bool Equals(
Object O
)
Parameters
- O
- Type: SystemObject
The arc to compare with.
Return Value
Type:
Boolean'true' if both arcs are equal.
Exceptions Exception | Condition |
---|
ArgumentException | Cannot compare an arc with another type. |
See Also