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

Compare two TShellColumnIds for non-equality.

Syntax
Pascal
class operator NotEqual(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. 

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