1 2 3 4 5 6
void main() { vec2 v2; vec3 v3; bool b = v2 == v3; // equal operator cannot operator on vectors of different sizes }