ShellBrowser Delphi Components Documentation
|
Allows to compare two TShellCommands.
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.