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