class Test { override fun equals(other: Any?): Boolean { if (this.equals(other)) return true return false } }