Equals

Description

Returns True if two specified values are equal.

Syntax

Equals(ParamType:String,Param1:String,Param2:String):Boolean

ParamType is the data type to use for comparing values. Valid values: string, integer, float, date. The default value is integer.

Param1 is the first value to compare.

Param2 is the second value to compare.

Example

Equals(integer,01,1)

Return value is True.