Microsoft FactoryOrchestrator Core PowerShellTask Equals(object)
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.PowerShellTask
PowerShellTask.Equals(object) Method
Determines whether the specified System.Object, is equal to this instance.
public override bool Equals(object obj);
Parameters
obj
System.Object
The System.Object to compare with this instance.
Returns
System.Boolean
true
if the specified System.Object is equal to this instance; otherwise, false
.