Skip to main content

eq

Function eq 

Source
pub fn eq(runtime: &Runtime, a: &Value, b: &Value) -> Result<bool, SoilError>
Expand description

Structural equality: compare(a, b) == Equal. NaN equals NaN; -0.0 and 0.0 are distinct; ignored fields are skipped; opaque values and opaque-strategy types compare by allocation address.