Click or drag to resize
BehaviorTreeEquals Method (BehaviorTree)
Determines whether the specified BehaviorTree is equal to the current BehaviorTree.

Namespace: Slash.AI.BehaviorTrees
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public bool Equals(
	BehaviorTree other
)

Parameters

other
Type: Slash.AI.BehaviorTreesBehaviorTree
The BehaviorTree to compare with the current BehaviorTree.

Return Value

Type: Boolean
true if the specified BehaviorTree is equal to the current BehaviorTree; otherwise, false.
See Also