isSimilar

open fun isSimilar(t: Type): Boolean

Required for possibleSubTypes to check if the new Type should be considered a subtype or not

Return

True if the parameter t is equal to the current type (this)

Parameters

t

other type the similarity is checked with