Determines whether two instances of the ProcessExceptionInfo<TProcessResult> class are not equal.
public static bool operator !=(ProcessExceptionInfo<TProcessResult>? left, ProcessExceptionInfo<TProcessResult>? right)
The first ProcessExceptionInfo<TProcessResult> instance to compare.
The second ProcessExceptionInfo<TProcessResult> instance to compare.
true if the two specified instances are not equal; otherwise, false.