Equals(Object?) Method

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Determines whether this BufferedProcessResult is equal to another object.

public override bool Equals(object? obj)

Parameters

obj
Object

The other object to compare.

Returns

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