 | TaskEquals Method (Task) |
Determines whether the specified Task is equal to the current
Task.
Namespace: Slash.AI.BehaviorTrees.ImplementationsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool Equals(
Task other
)
Public Function Equals (
other As Task
) As Boolean
public:
bool Equals(
Task^ other
)
member Equals :
other : Task -> bool
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