equal
algebra.equal(a, b)
Returns true if the two sets the exact same.
algebra.equal({type: "critical"}, {type: "critical"}) //-> true
Returns
{Boolean}
:
True if the two sets are equal.
algebra.equal(a, b)
Returns true if the two sets the exact same.
algebra.equal({type: "critical"}, {type: "critical"}) //-> true
{Boolean}
:
True if the two sets are equal.