 | BehaviorTreeLibraryEquals Method (BehaviorTreeLibrary) |
The equals.
Namespace: Slash.AI.BehaviorTrees.ManagementAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool Equals(
BehaviorTreeLibrary other
)
Public Function Equals (
other As BehaviorTreeLibrary
) As Boolean
public:
bool Equals(
BehaviorTreeLibrary^ other
)
member Equals :
other : BehaviorTreeLibrary -> bool
Parameters
- other
- Type: Slash.AI.BehaviorTrees.ManagementBehaviorTreeLibrary
The other.
Return Value
Type:
Boolean The System.Boolean.
See Also