in plugin-bazel-agent/src/main/kotlin/jetbrains/buildServer/bazel/Workspace.kt [12:19]
override fun equals(other: Any?): Boolean {
if (this === other) return true
if (javaClass != other?.javaClass) return false
other as Workspace
return path == other.path
}