Skip to main content

eq

Function eq 

Source
pub fn eq(a: &Value, b: &Value) -> bool
Expand description

agtype equality (= / <> with non-null operands): numbers compare by value across int / float, everything else structurally via the total order.