ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.TShellCommand.Equal

Allows to compare two TShellCommands.

Syntax
Pascal
class operator Equal(pCommand1: TShellCommand; pCommand2: TShellCommand);
Parameters 
Description 
pCommand1: TShellCommand 
The first TShellCommand that should be compared. 
pCommand2: TShellCommand 
The second TShellCommand that should be compared. 

Boolean: True if the given commands are equal; False otherwise.