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