Skip to main content

cypher_eq

Function cypher_eq 

Source
pub fn cypher_eq(left: &Value, right: &Value) -> Option<bool>
Expand description

Deep equality comparison with Cypher-compliant numeric coercion and 3-valued logic. Returns Some(bool) for True/False, and None for Null/Unknown.