I look for an equality between two instances of this struct.
public struct Serie
{
T[] X;
double[] Y;
public Serie(T[] x, d
You should compare the contents of the Array in your Equality logic ...
Also, it is recommended that you implement IEquatable