Equals(Object?) Method

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Determines whether this ProcessResult is equal to another object.

public override bool Equals(object? obj)

Parameters

obj
Object

The object to compare with this ProcessResult.

Returns

Boolean
True if the specified object is a ProcessResult and is equal to this instance; otherwise, false.