compare_workspace

omni.ui.workspace_utils.compare_workspace(workspace_dump: ~typing.List[~typing.Any], compare_delegate: ~omni.ui.workspace_utils.CompareDelegate = <omni.ui.workspace_utils.CompareDelegate object>)

Compare current docked windows according to the workspace description.

### Arguments

`workspace_dumpList[Any]`

The dictionary with the description of the layout. It’s the dict received from `dump_workspace`.