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