public static operator==(left as Type, right as Type) as Boolean:
Compares two reflected types by full name.
true when both refer to the same reflected type.
true
print(Int.type == Int.type)