=== Equivalence
Symbol
Preferred
7.0
=== performs a check to see if the left parameter is equivalent to the right parameter. It returns True if both the value and type of the parameters are equal or False otherwise.The === symbol will not perform any casts when comparing two objects.
[If: Left_Parameter === Right_Parameter]...[/If]<?LassoScriptIf: Left_Parameter === Right_Parameter;.../If;?>