Function equal

Source
pub fn equal(a: &[u8], b: &[u8]) -> bool
Expand description

equal reports whether a and b are the same length and contain the same bytes.