@EQNUM

The EQNUM function takes two or more parameters, each evaluated as an integral number, compares them for equality, and returns true if all values are equal, or false if one or more are different. This function will end evaluation of all subsequent parameters after the first parameter is found to be different. If only a single parameter is provided, this function will return true.

Parameters

@EQNUM(Integer1 [, ..., IntegerN])
Integer 1
Required integral number parameter, evaluated by the function for comparison to all other function parameters.
Integer N
Optional integral number parameter(s), evaluated by the function for comparison to Integer 1.

Supported Return Types

Boolean