 | TaskParameterGenericTEquals Method (TaskParameterGenericT) |
The equals.
Namespace: Slash.AI.BehaviorTrees.DataAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool Equals(
TaskParameterGeneric<T> other
)
Public Function Equals (
other As TaskParameterGeneric(Of T)
) As Boolean
public:
bool Equals(
TaskParameterGeneric<T>^ other
)
member Equals :
other : TaskParameterGeneric<'T> -> bool
Parameters
- other
- Type: Slash.AI.BehaviorTrees.DataTaskParameterGenericT
The other.
Return Value
Type:
Boolean The System.Boolean.
See Also