in src/rider/main/kotlin/com/jetbrains/rider/plugins/dotnetdisassembler/AsmViewerModel.Generated.kt [296:306]
override fun equals(other: Any?): Boolean {
if (this === other) return true
if (other == null || other::class != this::class) return false
other as ErrorInfo
if (code != other.code) return false
if (details != other.details) return false
return true
}