|   |   | 
| $str.equal Returns 1 if the two string parameters are equal | 
| Usage | 
| <bool> $str.equal(<fromcompare:string>,<tocompare:string>[,<case:bool>]) | 
| Description | 
| Returns 1 if the two string parameters are equal. If the third parameter is set to true, then the search is case sensitive. | 
| See also | 
| $str.match() |