Click or drag to resize

ArcEquals Method

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
C#
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
ExceptionCondition
ArgumentExceptionCannot compare an arc with another type.
See Also