pub fn equal(lhs: &dyn Array, rhs: &dyn Array) -> bool
Expand description

Logically compares two Arrays. Two arrays are logically equal if and only if:

  • their data types are equal
  • each of their items are equal