@EQDEC

The EQDEC function takes two or more parameters, each evaluated as a decimal value, compares them for equality, returning true if all are equal or false if any are found to be different. The function will end evaluation of all parameters at the point where the first different value is found. If only a single parameter is provided, the function returns true.

Parameters

@EQDEC (Decimal 1 [, ..., Decimal N])
Decimal 1
Required decimal number parameter, evaluated by the function for comparison to all other parameters.
Decimal N
Optional decimal number parameter(s), each evaluated by the function for comparison to Decimal 1.

Supported Return Types

Boolean