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