Click or drag to resize
TaskEquals Method (Object)
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 override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The BaseTask to compare with the current BaseTask.

Return Value

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