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