# Functions
ArrayEqual tells whether a and b contain the same elements at the same index.
ArrayEqualElements tells whether a and b contain the same elements.
ContainsString return if a string is contained in the slice.
ToLowerCase Convert all strings in a list to lower case.