fn eq()

in plasma-store/src/lib.rs [73:75]


    fn eq(&self, other: &Self) -> bool {
        plasma::oid_equals(&self.0, &other.0)
    }