Value.Equals

This function will return true if the value of value1 is equal to the value of value2, and false if they are not equal.

Syntax

Value.Equals(value1 as any, value2 as any, optional precision as nullable number) as logical

About

This function will return true if the value of value1 is equal to the value of value2, and false if they are not equal.