Compare two elements for being equal.
This should be a proper equality relation.
@override bool equals(Int32x4 e1, Int32x4 e2) => e1.equalsValues(e2);