Unwrapping Any, in Swift

Did you know Any can be nil? It both makes sense and doesn't. But did you know Optional<Int>.none as Any == nil would return false? No? Me neither.

What else doesn't work then?