|
ShellBrowser Delphi Components Documentation
|
Allows to compare a TShellCommand with a command verb as string.
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.