in sdkcompat/v252/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/CompiledSourceCodeInsideJarExcludeEntityImpl.kt [312:323]
override fun equals(other: Any?): Boolean {
if (other == null) return false
if (this.javaClass != other.javaClass) return false
other as CompiledSourceCodeInsideJarExcludeEntityData
if (this.entitySource != other.entitySource) return false
if (this.relativePathsInsideJarToExclude != other.relativePathsInsideJarToExclude) return false
if (this.librariesFromInternalTargetsUrls != other.librariesFromInternalTargetsUrls) return false
if (this.excludeId != other.excludeId) return false
return true
}