Equals(Object?) Method

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

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

public override bool Equals(object? obj)

Parameters

obj
Object

The object to compare with the current instance.

Returns

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