Fast equality test — works for most practical cases
type A = Equals<string, string>; // truetype B = Equals<string, number>; // false Copy
type A = Equals<string, string>; // truetype B = Equals<string, number>; // false
Fast equality test — works for most practical cases