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

Allows to compare a TShellCommand with a command verb as string.

Syntax
Pascal
class operator Equal(pCommand1: TShellCommand; const pCommand2: string);
Parameters 
Description 
pCommand1: TShellCommand 
The TShellCommand that should be compared. 
const pCommand2: string 
The command verb as string that should be compared. 

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