0
または、
iQi - 面白いアプリを開発中
if object is String {
}
if object is Int {
}
または、
if object as? String {
}
if object as? Int {
}