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

Allows to compare a TShellCommand with a TShellAction.

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

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