Click or drag to resize

ShellCommandInequality Operator

Inequality operator.

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

Parameters

pCommand1
Type: Jam.ShellShellCommand
The first command.
pCommand2
Type: Jam.ShellShellCommand
The second command.

Return Value

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