Returns whether the two byte slices are equal.
fn equal(one: &[u8], two: &[u8]) -> bool
The first slice.
The second slice.
Returns whether one and two are equal.
one
two