Equals(ShellInformation?) Method

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Determines whether this instance and a specified ShellInformation have the same value.

public bool Equals(ShellInformation? other)

Parameters

other
ShellInformation

The ShellInformation to compare with the current ShellInformation.

Returns

Boolean
true if the two ShellInformation are equal; otherwise, false.