Click or drag to resize
CompositeTTaskDataEquals Method (CompositeTTaskData)
Determines whether the specified Composite is equal to the current Composite.

Namespace: Slash.AI.BehaviorTrees.Implementations.Composites
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public bool Equals(
	Composite<TTaskData> other
)

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