 | BehaviorTreeEquals Method (BehaviorTree) |
Determines whether the specified BehaviorTree is equal to the current BehaviorTree.
Namespace: Slash.AI.BehaviorTreesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool Equals(
BehaviorTree other
)
Public Function Equals (
other As BehaviorTree
) As Boolean
public:
bool Equals(
BehaviorTree^ other
)
member Equals :
other : BehaviorTree -> bool
Parameters
- other
- Type: Slash.AI.BehaviorTreesBehaviorTree
The BehaviorTree to compare with the current BehaviorTree.
Return Value
Type:
Boolean
true if the specified
BehaviorTree is equal to the current
BehaviorTree; otherwise,
false.
See Also