override fun equals()

in bunch-cli/src/main/kotlin/org/jetbrains/bunches/git/git.kt [221:223]


    override fun equals(other: Any?): Boolean {
        return (other is FileChange) && (other.type == type && other.file == file)
    }