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