Operator operator !=
operator !=(ExecutionStoppedEventArgs, ExecutionStoppedEventArgs)
Determines whether two ExecutionStoppedEventArgs instances are not 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 not equal; otherwise, false.