equals# Value.equals(other, tolerance=1e-09)# Check if this value and other value are equivalent when evaluated. Parameters: otherValueLikeOther value to compare to. tolerancefloat, default: 1e-9Tolerance. Returns: boolTrue` if this value and the other value are equivalent when evaluated.