Returns whether two values are equal.
function (optional value1 as nullable any, optional value2 as nullable any, optional precision as nullable any) as logical
value1
value2
precision
Returns true if value value1 is equal to value value2, false otherwise.
Values