 | CompositeTTaskDataEquals Method (CompositeTTaskData) |
Determines whether the specified Composite is equal to the current
Composite.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool Equals(
Composite<TTaskData> other
)
Public Function Equals (
other As Composite(Of TTaskData)
) As Boolean
public:
bool Equals(
Composite<TTaskData>^ other
)
member Equals :
other : Composite<'TTaskData> -> bool
Parameters
- other
- Type: Slash.AI.BehaviorTrees.Implementations.CompositesCompositeTTaskData
The Composite to compare with the current Composite.
Return Value
Type:
Boolean
true if the specified
Composite is equal to the current
Composite;
otherwise, false.
See Also