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