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

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

Parameters

other
Type: Slash.AI.BehaviorTrees.ImplementationsTask
The Task to compare with the current Task.

Return Value

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