equalsIgnoreNullability

Compares two KTypes for equality, ignoring nullability.

Examples:

String == String?
List<String> == List<String?>?