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

Compares the TShellAction to a command supplied as string.

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

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