Click or drag to resize
BaseTaskTTaskDataEquals Method (BaseTaskTTaskData)
Determines whether the specified BaseTask is equal to the current BaseTask.

Namespace: Slash.AI.BehaviorTrees.Implementations
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public bool Equals(
	BaseTask<TTaskData> other
)

Parameters

other
Type: Slash.AI.BehaviorTrees.ImplementationsBaseTaskTTaskData
The Object to compare with the current Object.

Return Value

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