Equals(ProcessExceptionInfo?) Method

Definition

Determines whether the current instance is equal to another instance of the ProcessExceptionInfo<TProcessResult> class.

public bool Equals(ProcessExceptionInfo<TProcessResult>? other)

Parameters

other
ProcessExceptionInfo<TProcessResult>

The other ProcessExceptionInfo<TProcessResult> instance to compare with the current instance.

Returns

Boolean
true if the current instance is equal to the specified instance; otherwise, false.