Click or drag to resize

NodeEquals Method

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
C#
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
ExceptionCondition
ArgumentExceptionA Node cannot be compared with another type.
See Also