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

Compare two TShellColumnIds for equality.

Syntax
Pascal
class operator Equal(const Left: TShellColumnId; const Right: TShellColumnId);
Parameters 
Description 
const Left: TShellColumnId 
The first TShellColumnId that should be compared. 
const Right: TShellColumnId 
The second TShellColumnId that should be compared. 

True, if both TShellColumnIds identify the same column, False otherwise.