equals#

Value.equals(other, tolerance=1e-09)#

Check if this value and other value are equivalent when evaluated.

Parameters:
otherstr, int, float, complex, Value

Other value to compare to.

tolerancefloat, default: 1e-9

Tolerance.

Returns:
bool

True` if this value and the other value are equivalent when evaluated.