Click or drag to resize

ShellCommandEquality Operator

Equality 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 both ShellCommand instances are null or if they represent the same Command; false otherwise.
See Also