Just looking at it, I'd guess: Example 1 Monday - because I assume it'll attempt to cast as a string before being passed to Console.WriteLine false - because the enum value is not a string and I don't assume it will cast true - because enums are integers, kind of
@DevLeader