Evaluates the XDecimal object against a specified value and returns a Boolean value (True, False).
Method of XDecimal, XDecimalHI
Syntax
{XDecimal Object}.equal(XDecimal(1.2))
Parameters
Parameter | Description |
---|---|
XDecimal Object | An XDecimal or XDecimalHI object that will be evaluated against the specified value. |
Description
The XDecimal or XDecimalHI object is evaluated against the specified value.
Examples
The following illustrates how to use Global MetaScript to determine whether or not two values are equal and display the results in an alert box. The results are displayed as Boolean values of either "true" or "false".