Equals(ProcessResult?) Method

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

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

public bool Equals(ProcessResult? other)

Parameters

other
ProcessResult

The ProcessResult instance to compare with the current instance.

Returns

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