Description
Returns True if two specified values are equal. The type of comparison must be specified; valid types are string, integer, floating-point, Boolean, and date.
Syntax
Equals(ParamType, String1, String2: String): Boolean
Example
Equals(integer,01,1)
Return value is True.