Function structurally_equal

Source
pub fn structurally_equal(a: &Selection, b: &Selection) -> bool
Expand description

Compares two Selection values for structural equality.

Two selections are structurally equal if they have the same shape and recursively equivalent substructure, but not necessarily the same pointer identity or formatting.