override fun equals()

in plugin/src/main/java/com/github/shadowsocks/plugin/PluginOptions.kt [104:107]


    override fun equals(other: Any?): Boolean {
        if (this === other) return true
        return javaClass == other?.javaClass && super.equals(other) && id == (other as PluginOptions).id
    }