bool ShowDialogBuildComparison( IntPtr ownerWindowHandle, out IProject projectOlder, out IAnalysisResultRef analysisResultRefOlder, out IProject projectNewer, out IAnalysisResultRef analysisResultRefNewer )
Parameters
- ownerWindowHandle
 - The window handle of the parent window that shows the dialog.
 - projectOlder
 - Project older choosen, is null if analysisResultRefOlder is not null.
 - analysisResultRefOlder
 - Analysis Result older choosen, is null if projectOlder is not null.
 - projectNewer
 - Project newer choosen, is null if analysisResultRefNewer is not null.
 - analysisResultRefNewer
 - Analysis Result newer choosen, is null if projectNewer is not null.
 
Return Value
True if the user clicked OK, False if the user clicked Cancel
