checks if two Strings are the same
Strings
bool match(Object? input, Object? other) => input == other;