EXACT(string1, string2)
EXACT returns true if @string1 is exactly equal to @string2 (this routine is case sensitive).
EXACT("key","key") equals TRUE.
EXACT("key","Key") equals FALSE.
LEN