Table of Contents

Method HasSamePositionAndException

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v10.dll

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 ExecutionStoppedEventArgs

The ExecutionStoppedEventArgs instance to compare with the current instance.

Returns

bool

True if the execution position and exception are the same; otherwise, false.