Click or drag to resize

ShellCommandEquals Method

Determines whether the specified Object is equal to the current Object.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with the current object.

Return Value

Boolean
true if the specified Object is a ShellCommand holding the same verb; otherwise, false.
See Also