Equals(ProcessExitConfiguration?) Method

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

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

public bool Equals(ProcessExitConfiguration? other)

Parameters

other
ProcessExitConfiguration

The ProcessExitConfiguration to compare with the current instance.

Returns

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