Click or drag to resize

ShellCommandInequality Operator

Inequality operator.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static bool operator !=(
	ShellCommand pCommand1,
	ShellCommand pCommand2
)

Parameters

pCommand1  ShellCommand
The first command.
pCommand2  ShellCommand
The second command.

Return Value

Boolean
True if the commands are not equal./>
See Also