Determines whether the current instance is equal to another instance of the ProcessExceptionInfo<TProcessResult> class.
public bool Equals(ProcessExceptionInfo<TProcessResult>? other)
The other ProcessExceptionInfo<TProcessResult> instance to compare with the current instance.
true if the current instance is equal to the specified instance; otherwise,
false.