Equals(BufferedProcessResult?) Method

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Determines whether this BufferedProcessResult object is equal to another BufferedProcessResult object.

public bool Equals(BufferedProcessResult? other)

Parameters

other
BufferedProcessResult

The other BufferedProcessResult to compare.

Returns

Boolean
True if this BufferedProcessResult is equal to the other BufferedProcessResult; false otherwise.

Remarks

All fields including StartTime and ExitTime are considered for equality comparison, consistent with GetHashCode().