Operator operator ==
operator ==(ExecutionStoppedEventArgs, ExecutionStoppedEventArgs)
Determines whether two ExecutionStoppedEventArgs instances are equal.
public static bool operator ==(ExecutionStoppedEventArgs a, ExecutionStoppedEventArgs b)
Parameters
aExecutionStoppedEventArgsThe first instance to compare.
bExecutionStoppedEventArgsThe second instance to compare.
Returns
- bool
True if the instances are equal; otherwise, false.