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