override fun equals()

in src/main/kotlin/jetbrains/buildServer/server/querylang/ast/wrappers/WBuildConf.kt [119:121]


    override fun equals(other: Any?): Boolean {
        return other is WBuildConf && other.id == this.id
    }