override fun equals()

in src/main/kotlin/jetbrains/buildServer/server/querylang/ast/Named.kt [75:78]


    override fun equals(other: Any?): Boolean {
        if (other is SimpleDescription && description == other.description) return true
        return false
    }