Equals(Object?) Method

Definition

Assembly CliInvoke.Core.dll

Determines whether the current instance is equal to the specified object.

public override bool Equals(object? obj)

Parameters

obj
Object

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

Returns

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