Operatorswift 6.1.2Swift
!=(_:_:)
Returns a Boolean value indicating whether two types are not identical.
func != (t0: (any Any.Type)?, t1: (any Any.Type)?) -> Bool Parameters
Returns
true if one, but not both, of t0 and t1 are nil, or if they represent different types; otherwise, false.