public static operator!=(left as Type, right as Type) as Boolean:
Returns the negation of type equality.
true when the reflected types differ.
true
print(Int.type != String.type)