fn eq()

in src/node_template.rs [44:46]


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