Value.Equals
Syntax
Value.Equals(value1 as any, value2 as any, optional precision as nullable number) as logical
About
Returns true if value value1
is equal to value value2
, false otherwise.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Value.Equals(value1 as any, value2 as any, optional precision as nullable number) as logical
Returns true if value value1
is equal to value value2
, false otherwise.