Contents
- Index
Equal (function)
Equal(sSring1, sString2, [bCaseSensitive]) : boolean
Test if two strings are equal
sString1 - The first string to compare
sString2 - The second string to compare
bCaseSensitive - Optional and defaults to the Boolean value "False". Use "True" (without the quotes) to make this a case sensitive comparison.
The return value is Boolean, representing the result of the comparison.
Alpha List Category List