equalInType method

bool equalInType(
  1. TypeProvider other
)

Implementation

bool equalInType(TypeProvider other) =>
    provType(<MINE>() => other.provType(<OTHER>() => MINE == OTHER));