in src/rider/main/kotlin/com/jetbrains/rider/plugins/dotnetdisassembler/AsmViewerModel.Generated.kt [388:407]
override fun equals(other: Any?): Boolean {
if (this === other) return true
if (other == null || other::class != this::class) return false
other as JitConfiguration
if (showAsmComments != other.showAsmComments) return false
if (diffable != other.diffable) return false
if (useTieredJit != other.useTieredJit) return false
if (usePGO != other.usePGO) return false
if (runAppMode != other.runAppMode) return false
if (useNoRestoreFlag != other.useNoRestoreFlag) return false
if (useDotnetPublishForReload != other.useDotnetPublishForReload) return false
if (useDotnetBuildForReload != other.useDotnetBuildForReload) return false
if (targetFrameworkOverride != other.targetFrameworkOverride) return false
if (selectedCompiler != other.selectedCompiler) return false
if (disassemblyTimeoutSeconds != other.disassemblyTimeoutSeconds) return false
return true
}