 | TaskEquals Method (Object) |
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 override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
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