Click or drag to resize

SortableListEquals Method

Object.Equals() override.

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

Return Value

Type: Boolean
true if object is equal to this, otherwise false.
See Also