Skip to main content

rows_equal

Function rows_equal 

Source
pub fn rows_equal(a: &Row, b: &Row) -> bool
Expand description

Compare two rows for equality. Returns true if both rows have the same length and all values are equal.