Overview
>
klyn
>
Type
>
operator==
Overview
Index
Tree
Deprecated
klyn.Type.operator==
method
public static operator==(left as Type, right as Type) as Boolean:
Description
Compares two reflected types by full name. print(Int.type == Int.type)
Parameters
left Left type.
right Right type.
Returns
`true` when both refer to the same reflected type.
Example