!=(_:_:)
Returns a Boolean value indicating whether two types are not identical.
Declaration
func != (t0: (any (~Copyable & ~Escapable).Type)?, t1: (any (~Copyable & ~Escapable).Type)?) -> BoolParameters
- t0:
A type to compare.
- t1:
Another type to compare.
Return Value
true if one, but not both, of t0 and t1 are nil, or if they represent different types; otherwise, false.