pub fn neq<O: Offset>(lhs: &Utf8Array<O>, rhs: &Utf8Array<O>) -> BooleanArray
Expand description

Perform lhs != rhs operation on Utf8Array.