fn eq()

in src/bpf_program.rs [51:53]


    fn eq(&self, other: &Self) -> bool {
        self.id == other.id
    }