Operator implicit operator
implicit operator bool(RunStepResult)
Implicit conversion to bool.
Declaration
public static implicit operator bool(RunStepResult result)
Parameters
| Type | Name | Description |
|---|---|---|
| RunStepResult | result | Instance of RunStepResult. |
Returns
| Type | Description |
|---|---|
| bool |