Table of Contents

Operator operator ==

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

operator ==(ExecutionStoppedEventArgs, ExecutionStoppedEventArgs)

Determines whether two ExecutionStoppedEventArgs instances are equal.

public static bool operator ==(ExecutionStoppedEventArgs a, ExecutionStoppedEventArgs b)

Parameters

a ExecutionStoppedEventArgs

The first instance to compare.

b ExecutionStoppedEventArgs

The second instance to compare.

Returns

bool

True if the instances are equal; otherwise, false.