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

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

Parameters

other
Type: Slash.AI.BehaviorTrees.EditorTaskDescription
The TaskDescription to compare with the current TaskDescription.

Return Value

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