pub fn eq(lhs: &BooleanArray, rhs: &BooleanArray) -> BooleanArray
Expand description

Perform lhs == rhs operation on two BooleanArrays.