Method HasSamePositionAndException
HasSamePositionAndException(ExecutionStoppedEventArgs?)
Determines whether the specified ExecutionStoppedEventArgs instance has the same execution position and exception as the current instance.
public bool HasSamePositionAndException(ExecutionStoppedEventArgs? a)
Parameters
a
ExecutionStoppedEventArgsThe ExecutionStoppedEventArgs instance to compare with the current instance.
Returns
- bool
True if the execution position and exception are the same; otherwise, false.