Object.Equals override.
Tells if two nodes are equal by comparing positions.
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 node to compare with.
Return Value
Type:
Boolean'true' if both nodes are equal.
Exceptions Exception | Condition |
---|
ArgumentException | A Node cannot be compared with another type. |
See Also