klyn.Type.operator==
method
public static operator==(left as Type, right as Type) as Boolean:
Description

Compares two reflected types by full name.

Parameters
ParameterDescription
leftLeft type.
rightRight type.
Returns

true when both refer to the same reflected type.

Example
print(Int.type == Int.type)