pub fn eq(a: &Value, b: &Value) -> bool
agtype equality (= / <> with non-null operands): numbers compare by value across int / float, everything else structurally via the total order.
=
<>