in sdkcompat/gen/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/ScalaAddendumEntityImpl.kt [316:327]
override fun equals(other: Any?): Boolean {
if (other == null) return false
if (this.javaClass != other.javaClass) return false
other as ScalaAddendumEntityData
if (this.entitySource != other.entitySource) return false
if (this.compilerVersion != other.compilerVersion) return false
if (this.scalacOptions != other.scalacOptions) return false
if (this.sdkClasspaths != other.sdkClasspaths) return false
return true
}