Equals(ProcessConfiguration?) Method

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Determines if a Process configuration is equal to another Process configuration.

public bool Equals(ProcessConfiguration? other)

Parameters

other
ProcessConfiguration

The other Process configuration to compare

Returns

Boolean
True if both are equal to each other; false otherwise.