griffio
override fun equals(other: Any?): Boolean { if (this === other) return true if (other !is StorageLinear) return false if (data != other.data) return false return true }