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