In #brightscript, string comparisons are case sensitive.
You could litter your code with LCase() calls, but if you call it on an invalid value or any variable type other string, it'll throw an exception in your app. 😬
So to make everyone's life easier, here's a simple case insensitive string equality function you can use.