Equals(Object?) Method

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Determines if a Process configuration is equal to another object.

public override bool Equals(object? obj)

Parameters

obj
Object

The object to compare against.

Returns

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