ShellBrowser Delphi Components Documentation
|
Compare two TShellColumnIds for non-equality.
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.