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

Compares the TShellAction to a command supplied as string.

Syntax
Pascal
function Equals(const pCommand: TShellCommand): Boolean; overload;
Parameters 
Description 
const pCommand: TShellCommand 
The string that should be compared. 

Boolean: True if the given string is the command string this command; False otherwise.