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

Compares two reflected types by full name.

Parameters
  • left Left type.
  • right Right type.
Returns

true when both refer to the same reflected type.

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